mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-19 23:17:21 -06:00
Add OpenSSL version to GUI & stackdump
This commit is contained in:
@@ -101,6 +101,7 @@ public:
|
||||
labelQtVer->setText(QT_VERSION_STR);
|
||||
labelLibtVer->setText(Utils::Misc::libtorrentVersionString());
|
||||
labelBoostVer->setText(Utils::Misc::boostVersionString());
|
||||
labelOpensslVer->setText(Utils::Misc::opensslVersionString());
|
||||
|
||||
Utils::Gui::resize(this);
|
||||
show();
|
||||
|
||||
Reference in New Issue
Block a user