locig: refresh after edit project
* implemented saving project settings force-refreshes the project if something has changed. * when nothing has changed while editing the project settings, the project is not refreshed anymore. * new project window is cleared now before it is displayed.
This commit is contained in:
+3
-3
@@ -17,9 +17,9 @@ public:
|
||||
|
||||
~Project();
|
||||
|
||||
bool loadProject(const FilePath& projectSettingsFile);
|
||||
bool saveProject(const FilePath& projectSettingsFile);
|
||||
void reloadProject();
|
||||
bool load(const FilePath& projectSettingsFile, bool forceRefresh);
|
||||
bool save(const FilePath& projectSettingsFile);
|
||||
void reload();
|
||||
|
||||
void clearStorage();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user