forked from qt-creator/qt-creator
Debugger: Finalize moving Operate by Instruction to engines
Fixes: QTCREATORBUG-21211 Fixes: QTCREATORBUG-21212 Change-Id: I6c0259052336f2141462157c319abeaec9a1e483 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -73,6 +73,7 @@ public:
|
||||
bool isContentsValid() const { return m_contentsValid; }
|
||||
void scheduleResetLocation();
|
||||
void resetLocation();
|
||||
void resetModel() { beginResetModel(); endResetModel(); }
|
||||
|
||||
signals:
|
||||
void stackChanged();
|
||||
@@ -87,7 +88,6 @@ private:
|
||||
bool setData(const QModelIndex &idx, const QVariant &data, int role) override;
|
||||
|
||||
bool contextMenuEvent(const Utils::ItemViewEvent &event);
|
||||
void resetModel() { beginResetModel(); endResetModel(); }
|
||||
void reloadFullStack();
|
||||
void copyContentsToClipboard();
|
||||
void saveTaskFile();
|
||||
|
||||
Reference in New Issue
Block a user