forked from qt-creator/qt-creator
ProjectExplorer: Remove one deprecated use of QTime
Change-Id: I910b2180937519fd56378375bea2589548aa4edf Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
@@ -27,7 +27,7 @@
|
|||||||
|
|
||||||
#include <QList>
|
#include <QList>
|
||||||
#include <QDialog>
|
#include <QDialog>
|
||||||
#include <QTime>
|
#include <QElapsedTimer>
|
||||||
|
|
||||||
#include "runcontrol.h"
|
#include "runcontrol.h"
|
||||||
|
|
||||||
@@ -51,7 +51,7 @@ private:
|
|||||||
|
|
||||||
QList<ProjectExplorer::RunControl *> m_runControls;
|
QList<ProjectExplorer::RunControl *> m_runControls;
|
||||||
QLabel *m_progressLabel;
|
QLabel *m_progressLabel;
|
||||||
QTime m_timer;
|
QElapsedTimer m_timer;
|
||||||
};
|
};
|
||||||
|
|
||||||
} // namespace Internal
|
} // namespace Internal
|
||||||
|
|||||||
Reference in New Issue
Block a user