forked from qt-creator/qt-creator
debugger: update breakwindow after breakpoint property changes
This commit is contained in:
@@ -163,7 +163,6 @@ private:
|
||||
BreakpointItem();
|
||||
|
||||
void destroyMarker();
|
||||
bool isPending() const { return response.pending; }
|
||||
bool needsChange() const;
|
||||
bool isLocatedAt(const QString &fileName, int lineNumber,
|
||||
bool useMarkerPosition) const;
|
||||
|
||||
Reference in New Issue
Block a user