refs #890, use CFileUtils to append paths

This commit is contained in:
Klaus Basan
2017-02-26 02:19:35 +01:00
committed by Mathew Sutcliffe
parent 2005e1881b
commit 9b4b2f70cc
3 changed files with 6 additions and 6 deletions

View File

@@ -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() + "/" };