diff options
Diffstat (limited to 'src/plugins/debugger/breakpoint.h')
| -rw-r--r-- | src/plugins/debugger/breakpoint.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/debugger/breakpoint.h b/src/plugins/debugger/breakpoint.h index 8283132036..7e1fbe5856 100644 --- a/src/plugins/debugger/breakpoint.h +++ b/src/plugins/debugger/breakpoint.h @@ -209,7 +209,7 @@ public: bool isBreakpoint() const { return !isWatchpoint() && !isTracepoint(); } bool isTracepoint() const { return tracepoint; } QString toString() const; - void setLocation(const QByteArray &location); // file.cpp:42 + void updateLocation(const QByteArray &location); // file.cpp:42 bool operator==(const BreakpointParameters &p) const { return equals(p); } bool operator!=(const BreakpointParameters &p) const { return !equals(p); } |
