forked from qt-creator/qt-creator
debugger: use the bineditor to show memory dumps
This commit is contained in:
@@ -146,7 +146,8 @@ enum WatchRoles
|
||||
ActiveDataRole, // used for tooltip
|
||||
TypeFormatListRole,
|
||||
TypeFormatRole, // used to communicate alternative formats to the view
|
||||
IndividualFormatRole
|
||||
IndividualFormatRole,
|
||||
AddressRole, // some memory address related to the object
|
||||
};
|
||||
|
||||
enum IntegerFormat
|
||||
|
||||
Reference in New Issue
Block a user