forked from qt-creator/qt-creator
debugger: split BreakpointIndex into plugin and debugger specific part
Change-Id: I21d10cf42eb039c74475e106537b6e107d155196 Reviewed-on: http://codereview.qt.nokia.com/745 Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
@@ -46,13 +46,13 @@ class BreakpointMarker : public TextEditor::BaseTextMark
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
BreakpointMarker(BreakpointId id, const QString &fileName, int lineNumber);
|
||||
BreakpointMarker(BreakpointModelId id, const QString &fileName, int lineNumber);
|
||||
~BreakpointMarker();
|
||||
void removedFromEditor();
|
||||
void updateLineNumber(int lineNumber);
|
||||
|
||||
private:
|
||||
BreakpointId m_id;
|
||||
BreakpointModelId m_id;
|
||||
friend class BreakHandler;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user