fix deprecated warning QTime::start()

Use
QElapsedTimer::QElapsedTimer()
instead.
This function was introduced in Qt 5.4.
This commit is contained in:
Simon De Backer
2020-05-28 19:43:50 +02:00
committed by Laurent Trinques
parent 22566a1bc6
commit 0611fe2798
2 changed files with 2 additions and 1 deletions

View File

@@ -25,6 +25,7 @@
#include <QtCore/QtGlobal>
#include <QtNetwork/QLocalSocket>
#include <QElapsedTimer>
#ifndef QAPPLICATION_CLASS
#define QAPPLICATION_CLASS QCoreApplication