Scan Folder dialog now remembers last location

Also fix fs_utils spacing
This commit is contained in:
Bryan Roscoe
2014-07-13 11:56:27 -05:00
parent 27afbaf7e7
commit f6a324a1bd
4 changed files with 30 additions and 18 deletions

View File

@@ -44,6 +44,7 @@ namespace fsutils
QString fromNativePath(const QString& path);
QString fileExtension(const QString& filename);
QString fileName(const QString& file_path);
QString folderName(const QString& file_path);
qint64 computePathSize(const QString& path);
bool sameFiles(const QString& path1, const QString& path2);
QString updateLabelInSavePath(const QString &defaultSavePath, const QString &save_path, const QString& old_label, const QString& new_label);