forked from qt-creator/qt-creator
Make project use toMap/fromMap to save state
* That is what everybody else is using now. Reviewed-by: dt
This commit is contained in:
@@ -105,8 +105,7 @@ signals:
|
||||
void targetsChanged();
|
||||
|
||||
protected:
|
||||
virtual void saveSettingsImpl(ProjectExplorer::PersistentSettingsWriter &writer);
|
||||
virtual bool restoreSettingsImpl(ProjectExplorer::PersistentSettingsReader &reader);
|
||||
virtual bool fromMap(const QVariantMap &map);
|
||||
|
||||
// called by CMakeBuildSettingsWidget
|
||||
void changeBuildDirectory(CMakeBuildConfiguration *bc, const QString &newBuildDirectory);
|
||||
|
||||
Reference in New Issue
Block a user