$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
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