]> sigrok.org Git - pulseview.git/blobdiff - pv/views/trace/flag.hpp
Fix #1457 by adding markers, cursors and zero offset to session setup
[pulseview.git] / pv / views / trace / flag.hpp
index 5edf90b01ef63997595415d32e0fc6faea35c0d3..e58771b81a4f4f603d8171fdfb8905d8a6edb6e1 100644 (file)
@@ -67,6 +67,11 @@ public:
         */
        virtual QString get_text() const override;
 
+       /**
+        * Sets the text to show in the marker.
+        */
+       virtual void set_text(const QString &text) override;
+
        virtual pv::widgets::Popup* create_popup(QWidget *parent) override;
 
        virtual QMenu* create_header_context_menu(QWidget *parent) override;