Debugger: Fix dumpers in case alphabetical sorting is off.

No longer change iname to obtain sorting.

Reviewed-by: hjk
This commit is contained in:
Friedemann Kleint
2010-10-08 14:55:57 +02:00
parent 561cad378e
commit edeccf7307
10 changed files with 74 additions and 56 deletions

View File

@@ -136,6 +136,7 @@ public:
quint64 objectId; // Object id used for the QMLEngine
int state;
bool changed;
int sortId;
};
} // namespace Internal