utility: Fileendings for DB and Settings changed
changed DB from .sqlite to .coatidb and Projectsettings from .xml to .coatiproject
This commit is contained in:
+1
-1
@@ -142,7 +142,7 @@ void Project::setProjectSettingsFilePath(const FilePath& path)
|
||||
}
|
||||
else if (m_projectSettingsFilepath != path)
|
||||
{
|
||||
FilePath dbPath = FilePath(path).replaceExtension("sqlite");
|
||||
FilePath dbPath = FilePath(path).replaceExtension("coatidb");
|
||||
m_storageWasLoaded = dbPath.exists();
|
||||
m_storage = std::make_shared<Storage>(dbPath);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user