Create helper function to get libtorrent version

This commit is contained in:
Chocobo1 2016-02-27 08:38:52 +08:00
parent 12627bbc10
commit d0e31adaf7
4 changed files with 15 additions and 7 deletions

View file

@ -58,6 +58,7 @@ namespace Utils
#endif
QString osName();
QString boostVersionString();
QString libtorrentVersionString();
int pythonVersion();
QString pythonExecutable();