X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcore%2Fcore.cpp;h=4edff846c0e19c8c104e60a3dc6d17d4ab9b2f0f;hp=37dfe7883957a091ade1db0998eb0db0bbfa187b;hb=6a63070246d89aa2a2474e3a9a1035fa889ad77e;hpb=79aa3994d78860c0b7a623a46ce44dffff988fd9 diff --git a/src/core/core.cpp b/src/core/core.cpp index 37dfe788..4edff846 100644 --- a/src/core/core.cpp +++ b/src/core/core.cpp @@ -376,7 +376,7 @@ QString Core::setupCoreForInternalUsage() { Q_ASSERT(!_registeredStorageBackends.empty()); - qsrand(QDateTime::currentDateTime().toTime_t()); + qsrand(QDateTime::currentDateTime().toMSecsSinceEpoch()); int pass = 0; for (int i = 0; i < 10; i++) { pass *= 10;