Remove crashing QRandomGenerator seed call

Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
This commit is contained in:
Claudio Cambra 2022-11-23 18:28:43 +01:00 committed by Matthieu Gallien
parent a0e90cf56b
commit c31e65c111

View file

@ -230,8 +230,6 @@ Application::Application(int &argc, char **argv)
{
_startedAt.start();
QRandomGenerator::global()->seed(std::random_device()());
#ifdef Q_OS_WIN
// Ensure OpenSSL config file is only loaded from app directory
QString opensslConf = QCoreApplication::applicationDirPath() + QString("/openssl.cnf");