QDeadlineTimer: Fix documentation typo

Change-Id: If8f7766ca0698a3defdf9c59c44fb02a8a5b3b62
Reviewed-by: Martin Smith <martin.smith@qt.io>
This commit is contained in:
Andre Hartmann 2018-08-01 07:59:45 +02:00 committed by André Hartmann
parent 46fc3d3729
commit d3cbabcc6d

View File

@ -224,7 +224,7 @@ QDeadlineTimer::QDeadlineTimer(qint64 msecs, Qt::TimerType type) Q_DECL_NOTHROW
Constructs a QDeadlineTimer object with a deadline at \a deadline time Constructs a QDeadlineTimer object with a deadline at \a deadline time
point, converting from the clock source \c{Clock} to Qt's internal clock point, converting from the clock source \c{Clock} to Qt's internal clock
source (see QElapsedTimer::clcokType()). source (see QElapsedTimer::clockType()).
If \a deadline is in the past, this QDeadlineTimer object is set to If \a deadline is in the past, this QDeadlineTimer object is set to
expired, whereas if \a deadline is equal to \c{Duration::max()}, then this expired, whereas if \a deadline is equal to \c{Duration::max()}, then this
@ -267,7 +267,7 @@ QDeadlineTimer::QDeadlineTimer(qint64 msecs, Qt::TimerType type) Q_DECL_NOTHROW
Sets this QDeadlineTimer to the deadline marked by \a deadline time Sets this QDeadlineTimer to the deadline marked by \a deadline time
point, converting from the clock source \c{Clock} to Qt's internal clock point, converting from the clock source \c{Clock} to Qt's internal clock
source (see QElapsedTimer::clcokType()). source (see QElapsedTimer::clockType()).
If \a deadline is in the past, this QDeadlineTimer object is set to If \a deadline is in the past, this QDeadlineTimer object is set to
expired, whereas if \a deadline is equal to \c{Duration::max()}, then this expired, whereas if \a deadline is equal to \c{Duration::max()}, then this