ProjectExplorer: Remove one deprecated use of QTime

Change-Id: I910b2180937519fd56378375bea2589548aa4edf
Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
hjk
2019-07-04 18:45:58 +02:00
parent 801ad1e869
commit 0764a9808b

View File

@@ -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