]> sigrok.org Git - pulseview.git/blobdiff - pv/views/tabular_decoder/view.hpp
Introduce DecodeSignal::annotation_visibility_changed and use it
[pulseview.git] / pv / views / tabular_decoder / view.hpp
index 6bb89c86616e33ab680b60bd86488ef4eaa0b28f..ae2d5276de2a6a46cf54f12c9951f79a4b30a104 100644 (file)
@@ -86,6 +86,9 @@ public:
 
        void on_setting_changed(const QString &key, const QVariant &value) override;
 
+private Q_SLOTS:
+       void on_annotation_visibility_changed();
+
 private:
        vector<QVariant> header_data_;
        const deque<const Annotation*>* all_annotations_;