]> sigrok.org Git - pulseview.git/blobdiff - pv/views/trace/timemarker.hpp
DecodeTrace: Add fallback icon for edit-paste action
[pulseview.git] / pv / views / trace / timemarker.hpp
index 48afc16bb77e9c346ec75e80c06ab3564873ecc1..99c56d34beedad769a7b4e988b456178210fa412 100644 (file)
@@ -65,7 +65,7 @@ public:
        /**
         * Gets the time of the marker.
         */
-       const pv::util::Timestamp& time() const;
+       virtual const pv::util::Timestamp time() const override;
 
        /**
         * Sets the time of the marker.
@@ -128,7 +128,6 @@ protected:
 
        QWidgetAction *value_action_;
        pv::widgets::TimestampSpinBox *value_widget_;
-       bool updating_value_widget_;
 };
 
 } // namespace trace