QInputEvent: document that timestamp() is in milliseconds
Task-number: QTBUG-39459 Change-Id: Ie76f3c2f6fe81746d3ea646f0c2f0d47ec3ef252 Reviewed-by: Laszlo Agocs <laszlo.agocs@theqtcompany.com>
This commit is contained in:
parent
5c9e94fb9b
commit
bd2ebbdb9a
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user