6 #ifndef SWIFT_MISC_THREADED_TIMER_H
7 #define SWIFT_MISC_THREADED_TIMER_H
28 void startTimer(std::chrono::milliseconds ms);
38 QTimer m_updateTimer {
this };
~CThreadedTimer()=default
Destructor.
Free functions in swift::misc.
auto singleShot(int msec, QObject *target, F &&task)
Starts a single-shot timer which will call a task in the thread of the given object when it times out...
#define SWIFT_MISC_EXPORT
Export a class or function from the library.