mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-16 18:35:35 +08:00
refs #890, use CFileUtils to append paths
This commit is contained in:
committed by
Mathew Sutcliffe
parent
2005e1881b
commit
9b4b2f70cc
@@ -297,7 +297,7 @@ namespace BlackMisc
|
||||
virtual void connectPage(Private::CValuePage *page) override;
|
||||
|
||||
QFileSystemWatcher m_watcher;
|
||||
const QString m_revisionFileName { persistentStore() + "/.rev" };
|
||||
const QString m_revisionFileName { CFileUtils::appendFilePaths(persistentStore(), ".rev") };
|
||||
|
||||
CDataCacheSerializer m_serializer { this, m_revisionFileName };
|
||||
CDataCacheRevision m_revision { persistentStore() + "/" };
|
||||
|
||||
Reference in New Issue
Block a user