forked from qt-creator/qt-creator
debugger: watchpoint cosmetics
This commit is contained in:
@@ -86,8 +86,9 @@ public:
|
||||
|
||||
static QIcon breakpointIcon();
|
||||
static QIcon disabledBreakpointIcon();
|
||||
static QIcon pendingBreakPointIcon();
|
||||
static QIcon pendingBreakpointIcon();
|
||||
static QIcon emptyIcon();
|
||||
static QIcon watchpointIcon();
|
||||
|
||||
BreakpointId findBreakpointByFileAndLine(const QString &fileName,
|
||||
int lineNumber, bool useMarkerPosition = true);
|
||||
|
||||
Reference in New Issue
Block a user