Ref T258, utility functions

This commit is contained in:
Klaus Basan
2018-02-22 00:57:30 +01:00
parent b5a32f3c5d
commit 68d4243ca7
4 changed files with 20 additions and 0 deletions

View File

@@ -151,6 +151,9 @@ namespace BlackMisc
//! Fix UNC file paths
static QStringList fixWindowsUncPaths(const QStringList &filePaths);
//! To Windows path using "\" delimiter
static QString toWindowsLocalPath(const QString &path);
//! Human readable (GB, MB, ..) file size
static QString humanReadableFileSize(qint64 size);