Browse Source

qsrand ceases to exist with Qt 6

Donald Carr 4 years ago
parent
commit
f48feb871a
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/main.cpp

+ 0 - 1
src/main.cpp

@@ -215,7 +215,6 @@ int main(int argc, char *argv[])
     Q_IMPORT_PLUGIN(QtQuick2WindowPlugin)
     Q_IMPORT_PLUGIN(QtQuick2WindowPlugin)
     Q_IMPORT_PLUGIN(QtQuick2Plugin)
     Q_IMPORT_PLUGIN(QtQuick2Plugin)
 #endif
 #endif
-    qsrand(time(NULL));
 
 
     QGuiApplication app(argc, argv);
     QGuiApplication app(argc, argv);
     app.setOverrideCursor(Qt::BlankCursor);
     app.setOverrideCursor(Qt::BlankCursor);