Ref T118, utility functions support multiple directories

This commit is contained in:
Klaus Basan
2017-10-20 00:18:20 +02:00
parent 66624e064d
commit 14c912e2aa
4 changed files with 26 additions and 0 deletions

View File

@@ -134,6 +134,9 @@ namespace BlackMisc
//! \remark On Windows starting with "/" means an UNC path, on UNIX it varies, see http://unix.stackexchange.com/a/12291/19428
static QString fixWindowsUncPath(const QString &filePath);
//! Fix UNC file paths
static QStringList fixWindowsUncPaths(const QStringList &filePaths);
//! Human readable (GB, MB, ..) file size
static QString humanReadableFileSize(qint64 size);
};