forked from qt-creator/qt-creator
Debugger: Remove WatchUpdateFlags
Only needed in the non-Python days. CDB didn't use it to start with. Change-Id: Ia609218cc1a694f797e278c4d99ead68e6212938 Reviewed-by: hjk <hjk@theqtcompany.com>
This commit is contained in:
@@ -49,8 +49,7 @@ public:
|
||||
bool canDisplayTooltip() const;
|
||||
bool setToolTipExpression(TextEditor::TextEditorWidget *editorWidget,
|
||||
const DebuggerToolTipContext &);
|
||||
void updateWatchData(const WatchData &data,
|
||||
const WatchUpdateFlags &flags);
|
||||
void updateWatchData(const WatchData &data);
|
||||
void watchDataSelected(const QByteArray &iname);
|
||||
|
||||
void watchPoint(const QPoint &);
|
||||
|
||||
Reference in New Issue
Block a user