Bump required Qt version to 5.12
This commit is contained in:
@@ -175,9 +175,6 @@ int main(int argc, char *argv[]) {
|
||||
// Seed the random number generators.
|
||||
time_t t = time(nullptr);
|
||||
srand(t);
|
||||
#if QT_VERSION < QT_VERSION_CHECK(5, 10, 0)
|
||||
qsrand(t);
|
||||
#endif
|
||||
|
||||
#ifdef Q_OS_MACOS
|
||||
Utilities::IncreaseFDLimit();
|
||||
|
||||
Reference in New Issue
Block a user