mirror of
https://gitlab.com/comunic/comunicwatcher
synced 2024-11-21 21:09:26 +00:00
Get OpenSSL version
This commit is contained in:
parent
a20d8d58ef
commit
b71399f2a6
2
main.cpp
2
main.cpp
@ -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();
|
||||||
|
Loading…
Reference in New Issue
Block a user