Fixed most Qt 5.14 deprecation warnings

This commit is contained in:
Mat Sutcliffe
2019-12-31 00:38:59 +00:00
parent 010aaf58b5
commit 4a0d8e9864
40 changed files with 110 additions and 107 deletions

View File

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