Ruler: Add "Set as zero point" context menu entry
[pulseview.git] / pv / views / trace / ruler.hpp
index 40aa31bfefb4a9f42887b41d3035464a21994b33..b14148728c579b8c8f2885c8a76859fae976a3ca 100644 (file)
@@ -171,11 +171,12 @@ private:
                function<QString(const pv::util::Timestamp&)> format_function);
 
 private Q_SLOTS:
-       void hover_point_changed(const QPoint &hp);
+       void on_hover_point_changed(const QWidget* widget, const QPoint &hp);
 
        void invalidate_tick_position_cache();
 
        void on_createMarker();
+       void on_setZeroPosition();
        void on_toggleHoverMarker();
 
 private: