debugger: more handler/window refactoring

This commit is contained in:
hjk
2010-11-05 19:38:40 +01:00
parent 1dacb9e55f
commit b373da1b12
23 changed files with 297 additions and 489 deletions

View File

@@ -41,7 +41,6 @@ class StackWindow : public QTreeView
public:
explicit StackWindow(QWidget *parent = 0);
~StackWindow();
public slots:
void resizeColumnsToContents();
@@ -57,10 +56,6 @@ private:
void contextMenuEvent(QContextMenuEvent *ev);
void copyContentsToClipboard();
void setModelData(int role, const QVariant &value = QVariant(),
const QModelIndex &index = QModelIndex());
QVariant modelData(int role, const QModelIndex &index = QModelIndex());
bool m_alwaysResizeColumnsToContents;
};