TimeItem: Added mandatory get_x virtual method
[pulseview.git] / pv / view / cursorpair.hpp
index 2c4d5c1c70be67a37a176b38fa41e21811a8a24c..43e06545ad4fd94cfe6690dc473906fa9fd3d910 100644 (file)
@@ -65,6 +65,8 @@ public:
         */
        void set_time(double time);
 
+       float get_x() const;
+
        QPoint point() const;
 
        pv::widgets::Popup* create_popup(QWidget *parent);