qt6-bb10/tests/auto/corelib/kernel/qdeadlinetimer
Thiago Macieira 7ba76731ef QDeadlineTimer: use if constexpr instead of function specializations
You can't partially specialize a template function, so these
specializations for steady_clock only worked if the Duration parameter
was nanoseconds. This could have been solved with function overloads
instead, but I find the if constexpr code simpler to read.

Pick-to: 6.5
Change-Id: Ieec322d73c1e40ad95c8fffd17468bd73fc2fe24
Reviewed-by: Marc Mutz <marc.mutz@qt.io>
2023-04-18 19:23:44 -03:00
..
BLACKLIST Blacklist tst_QDeadlineTimer::stdchrono on Windows/clang 2020-12-21 10:23:15 +01:00
CMakeLists.txt tests: Remove remains of qmake conversion from CMakeLists.txt files 2023-02-17 21:56:49 +01:00
tst_qdeadlinetimer.cpp QDeadlineTimer: use if constexpr instead of function specializations 2023-04-18 19:23:44 -03:00