From 2523d20027404fb09f6feb52b06b25ee604accb9 Mon Sep 17 00:00:00 2001 From: Joerg Bornemann Date: Tue, 30 Aug 2011 11:43:17 +0200 Subject: Doc: added since tag to QDateTime::msecsTo --- src/corelib/tools/qdatetime.cpp | 2 ++ 1 file changed, 2 insertions(+) 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. -- cgit v0.12