debugger: do not insert multiple "<Edit>" placeholders when creating new watch

items
This commit is contained in:
hjk
2010-07-22 15:34:35 +02:00
parent bdb2e751e0
commit d27ec169d0
4 changed files with 34 additions and 8 deletions

View File

@@ -214,6 +214,7 @@ enum ModelRoles
LocalsPointerValueRole, // Pointer value (address) as quint64
LocalsIsWatchpointAtAddressRole,
LocalsIsWatchpointAtPointerValueRole,
WatcherEditPlaceHolderRole,
RequestWatchPointRole,
RequestToggleWatchRole,
RequestToolTipByExpressionRole,