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