summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools/qdatetime.cpp
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@nokia.com>2011-08-30 09:43:17 (GMT)
committerJoerg Bornemann <joerg.bornemann@nokia.com>2011-08-30 09:43:17 (GMT)
commit2523d20027404fb09f6feb52b06b25ee604accb9 (patch)
tree67804fb5d0841bb4bf4f879c0a0a47872d53c439 /src/corelib/tools/qdatetime.cpp
parent78c5825cfb7702350636b7624bf79311dbd0dbd5 (diff)
downloadQt-2523d20027404fb09f6feb52b06b25ee604accb9.zip
Qt-2523d20027404fb09f6feb52b06b25ee604accb9.tar.gz
Qt-2523d20027404fb09f6feb52b06b25ee604accb9.tar.bz2
Doc: added since tag to QDateTime::msecsTo
Diffstat (limited to 'src/corelib/tools/qdatetime.cpp')
-rw-r--r--src/corelib/tools/qdatetime.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/corelib/tools/qdatetime.cpp b/src/corelib/tools/qdatetime.cpp
index d915989..e33b7d5 100644
--- a/src/corelib/tools/qdatetime.cpp
+++ b/src/corelib/tools/qdatetime.cpp
@@ -2788,6 +2788,8 @@ int QDateTime::secsTo(const QDateTime &other) const
}
/*!
+ \since 4.7
+
Returns the number of milliseconds from this datetime to the \a other
datetime. If the \a other datetime is earlier than this datetime,
the value returned is negative.