mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-06 05:01:25 -07:00
Add zlib version to GUI & stackdump
This commit is contained in:
parent
3a0f0c2f58
commit
4f4f435e76
7 changed files with 41 additions and 3 deletions
|
@ -71,6 +71,7 @@ void AppController::buildInfoAction()
|
|||
{"libtorrent", Utils::Misc::libtorrentVersionString()},
|
||||
{"boost", Utils::Misc::boostVersionString()},
|
||||
{"openssl", Utils::Misc::opensslVersionString()},
|
||||
{"zlib", Utils::Misc::zlibVersionString()},
|
||||
{"bitness", (QT_POINTER_SIZE * 8)}
|
||||
};
|
||||
setResult(versions);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue