Thanks.
I just forgot that using QTimer::singleShot(..) the signal sent is "timeout(...) taking no arguments and using the timeout interval". I was lucking this information.
Clear enough.
Thanks.
I just forgot that using QTimer::singleShot(..) the signal sent is "timeout(...) taking no arguments and using the timeout interval". I was lucking this information.
Clear enough.
Last edited by maverick_pol; 17th September 2008 at 18:11.
wysotaQt allows you to use everything you want
--------------------------------------------------------------------------------
#if defined(Q_OS_UNIX) && defined(QT_DEBUG)
abort(); // trap; generates core dump
#else
exit(1); // goodbye cruel world
#endif
Bookmarks