X-Git-Url: http://git.code-monkey.de/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fview%2Fflag.hpp;h=bc82934e161e5829d5d025f515931c5817a60268;hp=265621029d3ec99797a26f465abc893b55659c2d;hb=60d9b99a32e551cffd2b537d3e157d578a761c9b;hpb=dae21ebcf60d6a5d7c194736b1dc792a5cbf06a5 diff --git a/pv/view/flag.hpp b/pv/view/flag.hpp index 2656210..bc82934 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.