forked from qt-creator/qt-creator
Revert "debugger: Open memory editor at pointee address, not at pointer address"
This reverts commit 07b118197a.
Does not work when display format was changed.
This commit is contained in:
@@ -61,7 +61,7 @@ enum WatchRoles
|
||||
TypeFormatListRole,
|
||||
TypeFormatRole, // Used to communicate alternative formats to the view.
|
||||
IndividualFormatRole,
|
||||
AddressRole, // Address of the object.
|
||||
AddressRole, // Some memory address related to the object.
|
||||
};
|
||||
|
||||
enum IntegerFormat
|
||||
|
||||
Reference in New Issue
Block a user