mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-31 12:55:33 +08:00
refs #887, directories available via CDirectoryUtils/relative paths
* relative cache/settings paths are available relativeFilePath * directories build in CDirectoryUtils * directory comparison in CDirectoryUtils * using CFileUtils to concatenate dir paths * using URL encoded string for normalized directory (as it can be decoded)
This commit is contained in:
@@ -53,6 +53,9 @@ namespace BlackMisc
|
||||
//! Return the filename where the value with the given key may be stored.
|
||||
static QString filenameForKey(const QString &key);
|
||||
|
||||
//! Relative file path in application data directory
|
||||
static const QString relativeFilePath();
|
||||
|
||||
//! Return all files where settings may be stored.
|
||||
QStringList enumerateStore() const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user