Details
-
Bug
-
Resolution: Fixed
-
Not Evaluated
-
6.6.0 Beta3
-
None
-
3fbcf5382 (dev), 046ea6b70 (6.6)
Description
QElapsedTimer::Duration, QElapsedTimer::TimePoint are declared in code to be the same as std::chrono::nanoseconds, std::chrono::time_point<std::chrono::steady_clock, Duration>:
using Duration = std::chrono::nanoseconds; using TimePoint = std::chrono::time_point<std::chrono::steady_clock, Duration>;
Anyhow, in the documentation that is documented only very indirectly: https://doc-snapshots.qt.io/qt6-6.6/qelapsedtimer.html . We should make this more explicit.
Attachments
Issue Links
- resulted from
-
QTBUG-116783 Qt 6.6 Core - Documentation Changes Review
- Closed