aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/debugger/breakhandler.h
diff options
context:
space:
mode:
authorhjk <hjk@qt.io>2020-09-24 10:29:51 +0200
committerhjk <hjk@qt.io>2020-09-24 13:06:59 +0000
commit4327ddf6c5e6c5b3d79722a9f1672769c5ee3a61 (patch)
tree3d2ef21d12b9e9ee32a1bdf52ce4129139db3fdd /src/plugins/debugger/breakhandler.h
parent94df9822f98c14fdecbf6509f9d6e0333e1673c2 (diff)
Debugger: Use new TextMark interface for Breakpoint
Simplifies usage. Change-Id: I0df50fe703b2b67ead7f2e35b3a3952fa6d91dab Reviewed-by: David Schulz <david.schulz@qt.io>
Diffstat (limited to 'src/plugins/debugger/breakhandler.h')
-rw-r--r--src/plugins/debugger/breakhandler.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/debugger/breakhandler.h b/src/plugins/debugger/breakhandler.h
index f0ee77b872..bd24d6263d 100644
--- a/src/plugins/debugger/breakhandler.h
+++ b/src/plugins/debugger/breakhandler.h
@@ -199,7 +199,6 @@ public:
private:
void destroyMarker();
void updateMarker();
- void updateMarkerIcon();
void setState(BreakpointState state);
const GlobalBreakpoint m_globalBreakpoint; // Origin, or null for aliens.