QmlDesiger: Avoid a QTime deprecation warning

Change-Id: I468ffc231eb7dd4d4957cab5009d35425304a04d
Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
This commit is contained in:
hjk
2019-06-19 09:46:56 +02:00
parent 9da6c2f43b
commit 2101c2b992

View File

@@ -29,8 +29,8 @@
#include <QPointer>
#include <QProcess>
#include <QElapsedTimer>
#include <QFile>
#include <QTime>
#include <QTimer>
QT_BEGIN_NAMESPACE
@@ -127,7 +127,7 @@ private:
quint32 m_thirdLastReadCommandCounter = 0;
RunModus m_runModus;
int m_synchronizeId = -1;
QTime m_benchmarkTimer;
QElapsedTimer m_benchmarkTimer;
bool m_destructing = false;
};