mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-05 17:35:34 +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:
@@ -285,6 +285,9 @@ namespace BlackMisc
|
||||
//! Method used for implementing session values.
|
||||
void sessionValue(const QString &key);
|
||||
|
||||
//! Relative file path in application data directory
|
||||
static const QString relativeFilePath();
|
||||
|
||||
private:
|
||||
CDataCache();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user