X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fview%2Fflag.hpp;h=bc82934e161e5829d5d025f515931c5817a60268;hp=265621029d3ec99797a26f465abc893b55659c2d;hb=f74015db20c1ac85df6397df7199a030e6db828f;hpb=7a01bd3654ed046216308fa64edfd79be7cd525f diff --git a/pv/view/flag.hpp b/pv/view/flag.hpp index 26562102..bc82934e 100644 --- a/pv/view/flag.hpp +++ b/pv/view/flag.hpp @@ -45,7 +45,7 @@ public: * @param time The time to set the flag to. * @param text The text of the marker. */ - Flag(View &view, double time, const QString &text); + Flag(View &view, const pv::util::Timestamp& time, const QString &text); /** * Copy constructor.