3_2_x mapping: [search engine] Remove python3 cache during updateNova()

This commit is contained in:
DoumanAsh
2015-06-13 08:46:52 +03:00
parent 23842a8ec3
commit aac6a4526c
3 changed files with 27 additions and 2 deletions

View File

@@ -57,6 +57,7 @@ namespace fsutils
bool isValidTorrentFile(const QString& path);
bool smartRemoveEmptyFolderTree(const QString& dir_path);
bool forceRemove(const QString& file_path);
void removeDirRecursive(const QString& dirName);
/* Ported from Qt4 to drop dependency on QtGui */
QString QDesktopServicesDataLocation();