forked from qt-creator/qt-creator
debugger: more handler/window refactoring
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user