1
0
mirror of https://gitlab.com/comunic/comunicwatcher synced 2025-05-19 18:42:06 +00:00

Get OpenSSL version

This commit is contained in:
Pierre HUBERT 2020-06-15 18:39:46 +02:00
parent a20d8d58ef
commit b71399f2a6

@ -20,6 +20,8 @@ int main(int argc, char *argv[])
return -1; return -1;
} }
// Useful information in case of upgrade
qDebug() << "Required version of OpenSSL: " << QSslSocket::sslLibraryBuildVersionString();
if(!AccountHelper::SignedIn()) { if(!AccountHelper::SignedIn()) {
(new LoginWindow())->show(); (new LoginWindow())->show();