Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qtimer.cpp File Reference

(c887a780fd1c9106b123726101330ad34c1eace3)

#include "qtimer.h"
#include "qtimer_p.h"
#include "qsingleshottimer_p.h"
#include "qabstracteventdispatcher.h"
#include "qcoreapplication.h"
#include "qcoreapplication_p.h"
#include "qdeadlinetimer.h"
#include "qmetaobject_p.h"
#include "qobject_p.h"
#include "qproperty_p.h"
#include "qthread.h"
#include "moc_qtimer.cpp"
Include dependency graph for qtimer.cpp:

Go to the source code of this file.

Functions

static std::chrono::milliseconds checkInterval (const char *caller, std::chrono::milliseconds interval)

Function Documentation

◆ checkInterval()

std::chrono::milliseconds checkInterval ( const char * caller,
std::chrono::milliseconds interval )
static

Definition at line 252 of file qtimer.cpp.