summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel/qdeadlinetimer.cpp
diff options
context:
space:
mode:
authorAndre Hartmann <aha_1980@gmx.de>2018-08-01 07:59:45 +0200
committerAndré Hartmann <aha_1980@gmx.de>2018-08-01 07:02:20 +0000
commitd3cbabcc6dd1c0162e01214b25631332566354bd (patch)
tree3290d0d4a86c04a4550908ccbabbf1b4ded589d7 /src/corelib/kernel/qdeadlinetimer.cpp
parent46fc3d3729df9e81e42f87c46907d6eb81a0c669 (diff)
QDeadlineTimer: Fix documentation typo
Change-Id: If8f7766ca0698a3defdf9c59c44fb02a8a5b3b62 Reviewed-by: Martin Smith <martin.smith@qt.io>
Diffstat (limited to 'src/corelib/kernel/qdeadlinetimer.cpp')
-rw-r--r--src/corelib/kernel/qdeadlinetimer.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/corelib/kernel/qdeadlinetimer.cpp b/src/corelib/kernel/qdeadlinetimer.cpp
index 4b9a946dd8..8a5bd5d681 100644
--- a/src/corelib/kernel/qdeadlinetimer.cpp
+++ b/src/corelib/kernel/qdeadlinetimer.cpp
@@ -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
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
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
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
expired, whereas if \a deadline is equal to \c{Duration::max()}, then this