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:
@@ -50,7 +50,6 @@ class QmlModelManagerInterface;
|
||||
}
|
||||
|
||||
namespace QmlProjectManager {
|
||||
|
||||
class QmlProject;
|
||||
class QmlRunConfiguration;
|
||||
|
||||
@@ -193,8 +192,7 @@ private slots:
|
||||
void refreshFiles();
|
||||
|
||||
protected:
|
||||
virtual void saveSettingsImpl(ProjectExplorer::PersistentSettingsWriter &writer);
|
||||
virtual bool restoreSettingsImpl(ProjectExplorer::PersistentSettingsReader &reader);
|
||||
bool fromMap(const QVariantMap &map);
|
||||
|
||||
private:
|
||||
// plain format
|
||||
|
||||
Reference in New Issue
Block a user