X-Git-Url: http://git.code-monkey.de/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fview%2Fview.hpp;h=ed1c92633da5348384e6f4081f185448986656df;hp=12527b656d80943f2abb8d69039d33729d45adc0;hb=d001f416aec37d5b13b804dec9ee9e1c011ffabb;hpb=806d3e1eb3d60e93ff95d23e79588a0486730967 diff --git a/pv/view/view.hpp b/pv/view/view.hpp index 12527b6..ed1c926 100644 --- a/pv/view/view.hpp +++ b/pv/view/view.hpp @@ -123,7 +123,7 @@ public: /** * Returns the SI prefix to apply to the graticule time markings. */ - unsigned int tick_prefix() const; + pv::util::SIPrefix tick_prefix() const; /** * Returns the number of fractional digits shown for the time markings. @@ -319,7 +319,7 @@ private: QTimer delayed_view_updater_; double tick_period_; - unsigned int tick_prefix_; + pv::util::SIPrefix tick_prefix_; unsigned int tick_precision_; util::TimeUnit time_unit_;