forked from qt-creator/qt-creator
Outline: Add context menu for collapsing/expanding tree
Task-number: QTCREATORBUG-2976
This commit is contained in:
@@ -17,6 +17,8 @@ class CppOutlineTreeView : public Utils::NavigationTreeView
|
||||
Q_OBJECT
|
||||
public:
|
||||
CppOutlineTreeView(QWidget *parent);
|
||||
|
||||
void contextMenuEvent(QContextMenuEvent *event);
|
||||
};
|
||||
|
||||
class CppOutlineFilterModel : public QSortFilterProxyModel
|
||||
|
||||
Reference in New Issue
Block a user