]> sigrok.org Git - pulseview.git/blobdiff - pv/view/flag.hpp
Use a type with a greater resolution to represent time values
[pulseview.git] / pv / view / flag.hpp
index 265621029d3ec99797a26f465abc893b55659c2d..bc82934e161e5829d5d025f515931c5817a60268 100644 (file)
@@ -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.