[search engine] Remove python3 cache during updateNova()

This commit is contained in:
DoumanAsh
2015-06-11 20:43:41 +03:00
parent 8897001567
commit 1222dab6f8
3 changed files with 27 additions and 3 deletions

View File

@@ -57,6 +57,7 @@ namespace Utils
QString expandPathAbs(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();