mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-31 03:50:20 -07:00
Improve checks for python. Print python version and path to log.
This commit is contained in:
parent
dfb2f8b3b3
commit
f6bbd9377f
4 changed files with 106 additions and 12 deletions
|
@ -57,6 +57,7 @@ namespace Utils
|
|||
#endif
|
||||
int pythonVersion();
|
||||
QString pythonExecutable();
|
||||
QString pythonVersionComplete();
|
||||
// return best userfriendly storage unit (B, KiB, MiB, GiB, TiB)
|
||||
// use Binary prefix standards from IEC 60027-2
|
||||
// see http://en.wikipedia.org/wiki/Kilobyte
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue