forked from qt-creator/qt-creator
debugger: don't dead-lock when switching sessions while debugging
This commit is contained in:
@@ -54,7 +54,6 @@ class RegisterHandler : public QAbstractTableModel
|
||||
public:
|
||||
RegisterHandler(QObject *parent = 0);
|
||||
|
||||
void sessionClosed();
|
||||
QAbstractItemModel *model() { return this; }
|
||||
|
||||
bool isEmpty() const; // nothing known so far?
|
||||
|
||||
Reference in New Issue
Block a user