debugger: update breakwindow after breakpoint property changes

This commit is contained in:
hjk
2010-11-25 15:01:51 +01:00
parent 6154c2ddb9
commit 2cbe7a3655
2 changed files with 24 additions and 8 deletions

View File

@@ -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;