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:
@@ -78,12 +78,6 @@ class MemoryViewSetupData;
|
||||
class Terminal;
|
||||
class ThreadId;
|
||||
|
||||
struct WatchUpdateFlags
|
||||
{
|
||||
WatchUpdateFlags() : tryIncremental(false) {}
|
||||
bool tryIncremental;
|
||||
};
|
||||
|
||||
class Location
|
||||
{
|
||||
public:
|
||||
@@ -146,8 +140,7 @@ public:
|
||||
virtual bool setToolTipExpression(TextEditor::TextEditorWidget *,
|
||||
const Internal::DebuggerToolTipContext &);
|
||||
|
||||
virtual void updateWatchData(const Internal::WatchData &data,
|
||||
const Internal::WatchUpdateFlags & flags = Internal::WatchUpdateFlags());
|
||||
virtual void updateWatchData(const Internal::WatchData &data);
|
||||
virtual void watchDataSelected(const QByteArray &iname);
|
||||
|
||||
virtual void startDebugger(DebuggerRunControl *runControl);
|
||||
|
||||
Reference in New Issue
Block a user