Explorar o código

qsrand ceases to exist with Qt 6

Donald Carr %!s(int64=4) %!d(string=hai) anos
pai
achega
f48feb871a
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  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(QtQuick2Plugin)
 #endif
-    qsrand(time(NULL));
 
     QGuiApplication app(argc, argv);
     app.setOverrideCursor(Qt::BlankCursor);