forked from qt-creator/qt-creator
debugger: enable debugging of multiple projects at the same time
This commit is contained in:
@@ -67,6 +67,7 @@ public:
|
||||
void removeSnapshot(DebuggerRunControl *rc);
|
||||
void setCurrentIndex(int index);
|
||||
int size() const { return m_snapshots.size(); }
|
||||
DebuggerRunControl *at(int i);
|
||||
|
||||
private:
|
||||
// QAbstractTableModel
|
||||
|
||||
Reference in New Issue
Block a user