|
Boost Users : |
From: j.c. (jolix_at_[hidden])
Date: 2008-01-01 13:08:04
Hi,
I am looking to port a single call of QT code:
connect(m_task, SIGNAL(finished(task *)), this, SLOT(on_finished(task
*)));
I am not that familiar with QT, SLOTS or SIGNALS, but what I believe
this to be doing is binding the SIGNAL function finished() from class
"task" to my other "class" so that it will fire on_finished().
If anyone can give me some insight on how to boostify this, that would
be great, as I have not touched that area just yet.
Thanks,
j
Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net