Make project use toMap/fromMap to save state

* That is what everybody else is using now.

Reviewed-by: dt
This commit is contained in:
Tobias Hunger
2010-01-19 16:33:44 +01:00
parent 4ee223d45d
commit 788b294a30
12 changed files with 153 additions and 164 deletions

View File

@@ -51,10 +51,7 @@ const char * const TOOLCHAIN_KEY("Qt4ProjectManager.Qt4BuildConfiguration.ToolCh
const char * const BUILD_CONFIGURATION_KEY("Qt4ProjectManager.Qt4BuildConfiguration.BuildConfiguration");
const char * const QT_VERSION_ID_KEY("Qt4ProjectManager.Qt4BuildConfiguration.QtVersionId");
enum {
debug = false
};
enum { debug = 0 };
}
Qt4BuildConfiguration::Qt4BuildConfiguration(Qt4Project *pro) :