X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=pv%2Fview%2Fruler.h;h=ba03f312103fce4c42dfcb518c63ab82c35cade6;hb=a2ae0205f2737dfd8f7647f9eae2fdcb47a0ad25;hp=461ec05cfbd0e7ef97bb44de2ca0f579543b0424;hpb=c23b29d67ed68c1a899000bf0049056fe9f51a62;p=pulseview.git diff --git a/pv/view/ruler.h b/pv/view/ruler.h index 461ec05..ba03f31 100644 --- a/pv/view/ruler.h +++ b/pv/view/ruler.h @@ -45,6 +45,8 @@ private: public: Ruler(View &parent); + void clear_selection(); + static QString format_time(double t, unsigned int prefix, unsigned precision = 0);