]> sigrok.org Git - pulseview.git/blobdiff - pv/view/logicsignal.h
Added get_context_bar_actions
[pulseview.git] / pv / view / logicsignal.h
index 927e96ab079e0daeda534eb706bab4e2ea8764d3..ed561e6fd842cd1dfba56549f37d5e8c47a12829 100644 (file)
@@ -50,6 +50,8 @@ public:
 
        virtual ~LogicSignal();
 
+       const std::list<QAction*> get_context_bar_actions();
+
        /**
         * Paints the signal with a QPainter
         * @param p the QPainter to paint into.