Move basic search-related code into Core.

Also use qBittorrent torrent file download routines instead of
nova2dl.py script.
This commit is contained in:
Vladimir Golovnev (Glassez)
2015-08-27 14:25:14 +03:00
committed by sledgehammer999
parent d87e42ba00
commit 1f00d2e5d7
22 changed files with 1379 additions and 1235 deletions

View File

@@ -65,7 +65,7 @@ namespace Utils
QString QDesktopServicesCacheLocation();
QString QDesktopServicesDownloadLocation();
/* End of Qt4 code */
QString searchEngineLocation();
QString cacheLocation();
}
}