We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4133762 commit d0aa67bCopy full SHA for d0aa67b
src/Launchy/UpdateChecker.cpp
@@ -106,6 +106,9 @@ void UpdateChecker::manualCheck() {
106
107
void UpdateChecker::getVersionInfo() {
108
m_mgr->get(QNetworkRequest(QUrl("https://launchy.wangzhl.com/version.xml")));
109
+ qDebug() << "UpdateChecker::checkUpdate, ssl:" << QSslSocket::supportsSsl();
110
+ qDebug() << "UpdateChecker::checkUpdate, qt ssl:" << QSslSocket::sslLibraryBuildVersionString();
111
+ qDebug() << "UpdateChecker::checkUpdate, current ssl:" << QSslSocket::sslLibraryVersionString();
112
qDebug() << "UpdateChecker::checkUpdate, getting version info";
113
}
114
0 commit comments