Minor code refactoring

This commit is contained in:
Christophe Dumez
2012-07-05 18:46:25 +03:00
parent 3bb474e12f
commit a85ddada25
3 changed files with 54 additions and 53 deletions

View File

@@ -56,6 +56,7 @@ static QString branchPath(const QString& file_path, QString* removed = 0);
static bool sameFileNames(const QString& first, const QString& second);
static QString expandPath(const QString& path);
static bool isValidTorrentFile(const QString& path);
static bool smartRemoveEmptyFolderTree(const QString& dir_path);
/* Ported from Qt4 to drop dependency on QtGui */
static QString QDesktopServicesDataLocation();