debugger: handle shutting down engines from SnapshotWindow <Del> or context menu

This commit is contained in:
hjk
2010-07-20 18:06:34 +02:00
parent cc131beb61
commit 8d54298c8e
6 changed files with 21 additions and 38 deletions

View File

@@ -60,7 +60,6 @@ private:
void keyPressEvent(QKeyEvent *ev);
void contextMenuEvent(QContextMenuEvent *ev);
void removeSnapshots(const QModelIndexList &list);
void removeSnapshots(QList<int> rows);
bool m_alwaysResizeColumnsToContents;
};