aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/debugger/breakhandler.h
diff options
context:
space:
mode:
authorhjk <hjk@theqtcompany.com>2016-06-27 14:38:36 +0200
committerhjk <hjk@theqtcompany.com>2016-06-28 14:28:01 +0000
commit2a104dcfe7329cb264a27b154ab122b51efad10d (patch)
treedb90159923ba090a46ac841fea47849374f76dc2 /src/plugins/debugger/breakhandler.h
parent5199f84f60ed07d75bb071ba2d2de375adeefec7 (diff)
Debugger: Consolidate icon storage handling
We settled now on global objects being fine for the purpose in Core and ProjectExplorer, so there's no point in using something more fancy in the debugger. Change-Id: I72e45f398c09d22894419c274dfbea77da0fc153 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
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;