forked from qt-creator/qt-creator
Debugger: Fix dumpers in case alphabetical sorting is off.
No longer change iname to obtain sorting. Reviewed-by: hjk
This commit is contained in:
@@ -136,6 +136,7 @@ public:
|
||||
quint64 objectId; // Object id used for the QMLEngine
|
||||
int state;
|
||||
bool changed;
|
||||
int sortId;
|
||||
};
|
||||
|
||||
} // namespace Internal
|
||||
|
||||
Reference in New Issue
Block a user