Compatibility Members for QAbstractEventDispatcher
The following class members are part of the Qt compatibility layer. We advise against using them in new code.
Public Functions
Member Function Documentation
void QAbstractEventDispatcher::registerTimer(int timerId, int interval, QObject * object)
Register a timer with the specified timerId and interval for the given object.
int QAbstractEventDispatcher::registerTimer(int interval, QObject * object)
Registers a timer with the specified interval for the given object and returns the timer id.