mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-06 01:45:38 +08:00
Ref T258, utility functions
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user