aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/proto_tree.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ui/qt/proto_tree.cpp')
-rw-r--r--ui/qt/proto_tree.cpp7
1 files changed, 6 insertions, 1 deletions
diff --git a/ui/qt/proto_tree.cpp b/ui/qt/proto_tree.cpp
index c12b2dc48d..ac2dac3a52 100644
--- a/ui/qt/proto_tree.cpp
+++ b/ui/qt/proto_tree.cpp
@@ -167,8 +167,13 @@ ProtoTree::ProtoTree(QWidget *parent) :
ctx_menu_.addAction(window()->findChild<QAction *>("actionViewExpandAll"));
ctx_menu_.addAction(window()->findChild<QAction *>("actionViewCollapseAll"));
ctx_menu_.addSeparator();
-// " <menuitem name='CreateAColumn' action='/Create a Column'/>\n"
+
+ action = window()->findChild<QAction *>("actionAnalyzeCreateAColumn");
+ ctx_menu_.addAction(action);
+ ctx_menu_.addSeparator();
+
action = window()->findChild<QAction *>("actionApply_as_Filter");
+
submenu = new QMenu();
action->setMenu(submenu);
ctx_menu_.addAction(action);