From: Shawn Rutledge Date: Wed, 19 Aug 2015 11:57:20 +0000 (+0200) Subject: QInputEvent: document that timestamp() is in milliseconds X-Git-Tag: v5.5.90+alpha1~54 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=bd2ebbdb9a759b6f078cf7fb2fe6a0ac9d48b4fe;p=platform%2Fupstream%2Fqtbase.git QInputEvent: document that timestamp() is in milliseconds Task-number: QTBUG-39459 Change-Id: Ie76f3c2f6fe81746d3ea646f0c2f0d47ec3ef252 Reviewed-by: Laszlo Agocs --- diff --git a/src/gui/kernel/qevent.cpp b/src/gui/kernel/qevent.cpp index 3873976144..780a102644 100644 --- a/src/gui/kernel/qevent.cpp +++ b/src/gui/kernel/qevent.cpp @@ -171,6 +171,8 @@ QInputEvent::~QInputEvent() \fn ulong QInputEvent::timestamp() const Returns the window system's timestamp for this event. + It will normally be in milliseconds since some arbitrary point + in time, such as the time when the system was started. */ /*! \fn void QInputEvent::setTimestamp(ulong atimestamp)