forked from qt-creator/qt-creator
Allow TimerThreadData instance
MinGW1120_64 compatibility with C++20 on. Change-Id: I40963e75e1b4e6afa8e9c873f57943539de16906 Reviewed-by: Jarek Kobus <jaroslaw.kobus@qt.io>
This commit is contained in:
@@ -2671,6 +2671,7 @@ struct TimerThreadData
|
||||
{
|
||||
Q_DISABLE_COPY_MOVE(TimerThreadData)
|
||||
|
||||
TimerThreadData() = default; // defult constructor is required for initializing with {} since C++20 by Mingw 11.20
|
||||
QHash<int, TimerData> m_timerIdToTimerData = {};
|
||||
QMultiMap<system_clock::time_point, int> m_deadlineToTimerId = {};
|
||||
int m_timerIdCounter = 0;
|
||||
|
||||
Reference in New Issue
Block a user