]> sigrok.org Git - pulseview.git/blobdiff - pv/view/signal.h
Moved popup text changed handler into base class, and made "Name" translatable
[pulseview.git] / pv / view / signal.h
index aff8c4c427498e54c6eb00dc94dfc05e4c3e4169..cdecd408a9f9c45e6de3f29f4a18004ff51db828 100644 (file)
@@ -46,8 +46,6 @@ protected:
        Signal(pv::SigSession &session, const sr_probe *const probe);
 
 public:
-       virtual void init_context_bar_actions(QWidget *parent);
-
        /**
         * Sets the name of the signal.
         */
@@ -60,16 +58,11 @@ public:
 
        const sr_probe* probe() const;
 
-private:
        virtual void populate_popup_form(QWidget *parent, QFormLayout *form);
 
-private slots:
-       void on_text_changed(const QString &text);
-
 protected:
        const sr_probe *const _probe;
 
-       QWidgetAction *_name_action;
        QComboBox *_name_widget;
        bool _updating_name_widget;
 };