forked from qt-creator/qt-creator
QmlDesiger: Avoid a QTime deprecation warning
Change-Id: I468ffc231eb7dd4d4957cab5009d35425304a04d Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
This commit is contained in:
@@ -29,8 +29,8 @@
|
|||||||
|
|
||||||
#include <QPointer>
|
#include <QPointer>
|
||||||
#include <QProcess>
|
#include <QProcess>
|
||||||
|
#include <QElapsedTimer>
|
||||||
#include <QFile>
|
#include <QFile>
|
||||||
#include <QTime>
|
|
||||||
#include <QTimer>
|
#include <QTimer>
|
||||||
|
|
||||||
QT_BEGIN_NAMESPACE
|
QT_BEGIN_NAMESPACE
|
||||||
@@ -127,7 +127,7 @@ private:
|
|||||||
quint32 m_thirdLastReadCommandCounter = 0;
|
quint32 m_thirdLastReadCommandCounter = 0;
|
||||||
RunModus m_runModus;
|
RunModus m_runModus;
|
||||||
int m_synchronizeId = -1;
|
int m_synchronizeId = -1;
|
||||||
QTime m_benchmarkTimer;
|
QElapsedTimer m_benchmarkTimer;
|
||||||
bool m_destructing = false;
|
bool m_destructing = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user