mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-08-06 17:53:23 +08:00
Fixed most Qt 5.14 deprecation warnings
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
#include <QCoreApplication>
|
||||
#include <QString>
|
||||
#include <QTextStream>
|
||||
#include <QTime>
|
||||
#include <QElapsedTimer>
|
||||
#include <QtGlobal>
|
||||
|
||||
using namespace BlackMisc;
|
||||
@@ -41,7 +41,7 @@ int main(int argc, char *argv[])
|
||||
QTextStream streamOut(stdout);
|
||||
|
||||
bool run = true;
|
||||
QTime t;
|
||||
QElapsedTimer t;
|
||||
while (run)
|
||||
{
|
||||
streamOut << "Run samples:" << endl;
|
||||
|
||||
Reference in New Issue
Block a user