diff options
Diffstat (limited to 'src/corelib/kernel/qtimer.h')
| -rw-r--r-- | src/corelib/kernel/qtimer.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/corelib/kernel/qtimer.h b/src/corelib/kernel/qtimer.h index 06e90ac52ef..cc4720a3d05 100644 --- a/src/corelib/kernel/qtimer.h +++ b/src/corelib/kernel/qtimer.h @@ -144,6 +144,8 @@ private: Q_DECLARE_PRIVATE(QTimer) friend class QChronoTimer; + static std::chrono::nanoseconds from_msecs(std::chrono::milliseconds); + inline int startTimer(int){ return -1;} inline void killTimer(int){} |
