Hi everybody.
I would like to do something like that:
QTimer::singleShot(update_interval,this,SLOT(RapidFire(def_number)));
Unfortunately trolltech Qt 3.3 does not support parameters (here:
def_number) in that context. What can I do?
Thanks
Armin
.
User: "=?iso-8859-1?q?Stephan_Br=F6nnimann?="
Title: Re: qt: QTimer::singleShot with parameter
07 Dec 2004 02:09:10 AM
There's nothing you can do with the timer,
you'll need to store `def_number' as class member.
Stephan Br=F6nnimann
broeni@osb-systems.com
Open source rating and billing engine for communication networks.
See http://www.osb-systems.com
.