refs #883, utility functions

* get executable names
* containsApplication
This commit is contained in:
Klaus Basan
2017-02-15 03:35:23 +01:00
committed by Mathew Sutcliffe
parent 7bc53ada3e
commit c8c18b0b21
4 changed files with 27 additions and 1 deletions

View File

@@ -112,6 +112,9 @@ namespace BlackMisc
//! Returns path to the newest file in dir, optionally matching a wildcard, or empty string.
static QString findNewestFile(const QDir &dir, bool recursive, const QStringList &nameFilters = {}, const QStringList &excludeDirectories = {});
//! Get all swift executables
static const QStringList &getSwiftExecutables();
};
} // ns