summaryrefslogtreecommitdiff
path: root/src/plugins/debugger/breakhandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/debugger/breakhandler.h')
-rw-r--r--src/plugins/debugger/breakhandler.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/plugins/debugger/breakhandler.h b/src/plugins/debugger/breakhandler.h
index 7fda24c4c1..97d16f6fa8 100644
--- a/src/plugins/debugger/breakhandler.h
+++ b/src/plugins/debugger/breakhandler.h
@@ -187,13 +187,6 @@ public:
Breakpoints findBreakpointsByIndex(const QList<QModelIndex> &list) const;
void updateMarkers();
- static QIcon breakpointIcon();
- static QIcon disabledBreakpointIcon();
- static QIcon pendingBreakpointIcon();
- static QIcon emptyIcon();
- static QIcon watchpointIcon();
- static QIcon tracepointIcon();
-
Breakpoint findBreakpointByFileAndLine(const QString &fileName,
int lineNumber, bool useMarkerPosition = true);
Breakpoint findBreakpointByAddress(quint64 address) const;