Add OpenSSL version to GUI & stackdump

This commit is contained in:
Chocobo1
2018-12-08 12:19:29 +08:00
parent 6bb4eb825b
commit f13bcbd772
5 changed files with 40 additions and 8 deletions

View File

@@ -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();