]> sigrok.org Git - pulseview.git/blobdiff - pv/views/trace/ruler.hpp
Fix #1338 ("show time zero at the trigger" option)
[pulseview.git] / pv / views / trace / ruler.hpp
index b14148728c579b8c8f2885c8a76859fae976a3ca..5035bfc83bffc9962f8a7d06d782c1fae5dcd232 100644 (file)
@@ -117,7 +117,8 @@ public:
                unsigned precision = 0,
                bool sign = true);
 
                unsigned precision = 0,
                bool sign = true);
 
-       pv::util::Timestamp get_time_from_x_pos(uint32_t x) const;
+       pv::util::Timestamp get_absolute_time_from_x_pos(uint32_t x) const;
+       pv::util::Timestamp get_ruler_time_from_x_pos(uint32_t x) const;
 
 protected:
        virtual void contextMenuEvent(QContextMenuEvent *event) override;
 
 protected:
        virtual void contextMenuEvent(QContextMenuEvent *event) override;