mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-22 13:05:51 +03:00
Remove crashing QRandomGenerator seed call
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
This commit is contained in:
parent
a0e90cf56b
commit
c31e65c111
1 changed files with 0 additions and 2 deletions
|
@ -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");
|
||||
|
|
Loading…
Reference in a new issue