]> sigrok.org Git - pulseview.git/blobdiff - pv/view/trace.h
Added missing includes and defintions
[pulseview.git] / pv / view / trace.h
index 0b9c509aeda37e2f7e017ec1ffda7d0c7e1d6131..85d137bcbd21cdd50b1c172defc9d6d2a8d2f1d5 100644 (file)
@@ -31,6 +31,8 @@
 
 #include "selectableitem.h"
 
 
 #include "selectableitem.h"
 
+class QFormLayout;
+
 namespace pv {
 
 class SigSession;
 namespace pv {
 
 class SigSession;
@@ -179,15 +181,12 @@ private:
        QRectF get_label_rect(int right);
 
 private slots:
        QRectF get_label_rect(int right);
 
 private slots:
-       void on_action_set_name_triggered();
-
-       void on_action_set_colour_triggered();
-
        void on_text_changed(const QString &text);
 
        void on_colour_changed(const QColor &colour);
 
 signals:
        void on_text_changed(const QString &text);
 
        void on_colour_changed(const QColor &colour);
 
 signals:
+       void visibility_changed();
        void text_changed();    
        void colour_changed();
 
        void text_changed();    
        void colour_changed();