debugger: make DebuggerEngine::acceptsBreakpoint(id) pure

This commit is contained in:
hjk
2010-11-26 10:20:50 +01:00
parent 7d8d51677b
commit 75ee5bce8c
12 changed files with 27 additions and 21 deletions

View File

@@ -93,7 +93,7 @@ private:
void selectThread(int index);
void attemptBreakpointSynchronization();
bool acceptsBreakpoint(BreakpointId id);
bool acceptsBreakpoint(BreakpointId id) const;
void assignValueInDebugger(const Internal::WatchData *data,
const QString &expr, const QVariant &value);