refs #526, reviewed setup reader (cache)

There are more adjustment when we eventually have all the features as discussed in the meeting available
This commit is contained in:
Klaus Basan
2016-01-02 21:09:16 +01:00
parent e7f8061511
commit 483c48cb82
3 changed files with 12 additions and 3 deletions

View File

@@ -124,6 +124,11 @@ namespace BlackCore
}
}
void CSetupReader::ps_setupChanged()
{
// settings have changed on disk
}
bool CSetupReader::localBootstrapFile(QString &fileName)
{
QString dir(CProject::getSwiftPrivateResourceDir());