mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 14:55:36 +08:00
Fixed most Qt 5.14 deprecation warnings
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
#include <QString>
|
||||
#include <QTemporaryFile>
|
||||
#include <QTextStream>
|
||||
#include <QTime>
|
||||
#include <QElapsedTimer>
|
||||
#include <QDir>
|
||||
#include <QtGlobal>
|
||||
|
||||
@@ -60,7 +60,7 @@ namespace BlackSample
|
||||
Q_UNUSED(input);
|
||||
|
||||
streamOut << "reading directly" << endl;
|
||||
QTime time;
|
||||
QElapsedTimer time;
|
||||
time.start();
|
||||
streamOut << "reading " << parser.getFirstModelDirectoryOrDefault() << endl;
|
||||
parser.startLoading();
|
||||
|
||||
Reference in New Issue
Block a user