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

@@ -77,9 +77,7 @@ const int PROGRESS_PACKAGEDEPLOYED = 300;
const int PROGRESS_PACKAGEINSTALLED = 400;
const int PROGRESS_MAX = 400;
enum {
debug = false
};
enum { debug = 0 };
// Format information about a file
QString lsFile(const QString &f)