diff options
author | Joerg Bornemann <joerg.bornemann@nokia.com> | 2011-08-30 09:43:17 (GMT) |
---|---|---|
committer | Joerg Bornemann <joerg.bornemann@nokia.com> | 2011-08-30 09:43:17 (GMT) |
commit | 2523d20027404fb09f6feb52b06b25ee604accb9 (patch) | |
tree | 67804fb5d0841bb4bf4f879c0a0a47872d53c439 /src/corelib | |
parent | 78c5825cfb7702350636b7624bf79311dbd0dbd5 (diff) | |
download | Qt-2523d20027404fb09f6feb52b06b25ee604accb9.zip Qt-2523d20027404fb09f6feb52b06b25ee604accb9.tar.gz Qt-2523d20027404fb09f6feb52b06b25ee604accb9.tar.bz2 |
Doc: added since tag to QDateTime::msecsTo
Diffstat (limited to 'src/corelib')
-rw-r--r-- | src/corelib/tools/qdatetime.cpp | 2 |
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. |