mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-05 17:35:34 +08:00
Ref T199, utility file functions
This commit is contained in:
@@ -127,6 +127,12 @@ namespace BlackMisc
|
||||
//! Get all swift executables
|
||||
static const QStringList &getSwiftExecutables();
|
||||
|
||||
//! Turn paths and filenames in base names only
|
||||
static QStringList getBaseNamesOnly(const QStringList &fileNames);
|
||||
|
||||
//! Turn paths and filenames in file names only
|
||||
static QStringList getFileNamesOnly(const QStringList &fileNames);
|
||||
|
||||
//! Error message explaining why a QLockFile failed to lock.
|
||||
static QString lockFileError(const QLockFile &lockFile);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user