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
qdeadlinetimer.cpp File Reference

(2218c2acd103af059e712bfd2d04f5e2385fca61)

#include "qdeadlinetimer.h"
#include "private/qnumeric_p.h"
Include dependency graph for qdeadlinetimer.cpp:

Go to the source code of this file.

Functions

template<typename Duration1, typename... Durations>
static qint64 add_saturate (qint64 t1, Duration1 dur, Durations... extra)
QDeadlineTimer operator+ (QDeadlineTimer dt, qint64 msecs)

Function Documentation

◆ add_saturate()

template<typename Duration1, typename... Durations>
qint64 add_saturate ( qint64 t1,
Duration1 dur,
Durations... extra )
static

Definition at line 22 of file qdeadlinetimer.cpp.

◆ operator+()

QDeadlineTimer operator+ ( QDeadlineTimer dt,
qint64 msecs )

Definition at line 681 of file qdeadlinetimer.cpp.