debugger: move updateMarker from BreakHandler to BreakpointItem

Change-Id: Ie3bafc8fc23cc95e0795d57dac956b3345e671dd
Reviewed-on: http://codereview.qt.nokia.com/748
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
hjk
2011-06-24 19:44:49 +02:00
committed by hjk
parent e41f11298b
commit 377668a0cf
2 changed files with 32 additions and 38 deletions

View File

@@ -183,7 +183,6 @@ private:
void setState(BreakpointModelId id, BreakpointState state);
void loadBreakpoints();
void saveBreakpoints();
void updateMarker(BreakpointModelId id);
void cleanupBreakpoint(BreakpointModelId id);
struct BreakpointItem
@@ -194,6 +193,7 @@ private:
bool needsChange() const;
bool isLocatedAt(const QString &fileName, int lineNumber,
bool useMarkerPosition) const;
void updateMarker(BreakpointModelId id);
QString toToolTip() const;
QString markerFileName() const;
int markerLineNumber() const;