doc: QEventPoint::timeHeld is reported in seconds, not milliseconds

Pick-to: 6.4 6.3 6.2
Change-Id: I71b6fdffe7f7177069c8fe3989e8547102a7e3a6
Reviewed-by: Shawn Rutledge <shawn.rutledge@qt.io>
This commit is contained in:
Richard Moe Gustavsen 2022-08-15 15:51:24 +02:00
parent e025b07c64
commit b90fd5f707

View File

@ -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
*/