diff options
author | Richard Moe Gustavsen <[email protected]> | 2022-08-15 15:51:24 +0200 |
---|---|---|
committer | Richard Moe Gustavsen <[email protected]> | 2022-08-16 16:00:15 +0200 |
commit | b90fd5f707eec4766542989decd0ba8e0a2aaeb9 (patch) | |
tree | aaf87391dbcab861d0d8ff94e502c6b862a73ddc /src/gui/kernel/qeventpoint.cpp | |
parent | e025b07c64a44e0fdf05b34bd183177d18a295a2 (diff) |
doc: QEventPoint::timeHeld is reported in seconds, not milliseconds
Pick-to: 6.4 6.3 6.2
Change-Id: I71b6fdffe7f7177069c8fe3989e8547102a7e3a6
Reviewed-by: Shawn Rutledge <[email protected]>
Diffstat (limited to 'src/gui/kernel/qeventpoint.cpp')
-rw-r--r-- | src/gui/kernel/qeventpoint.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/kernel/qeventpoint.cpp b/src/gui/kernel/qeventpoint.cpp index 922550ca47d..bbb0baee799 100644 --- a/src/gui/kernel/qeventpoint.cpp +++ b/src/gui/kernel/qeventpoint.cpp @@ -339,7 +339,7 @@ ulong QEventPoint::pressTimestamp() const /*! \property QEventPoint::timeHeld - \brief the duration, in milliseconds, since this point was pressed and not released. + \brief the duration, in seconds, since this point was pressed and not released. \sa pressTimestamp, timestamp */ |