forked from qt-creator/qt-creator
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>
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user