X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fview%2Fflag.cpp;h=779ea2eec24cd8d5088b2675f9ede6978c682ba1;hp=01d13670a70b87fbbb2042dcbb70c9278724e749;hb=e081bf3d864d5662716668d6b4adcb0871d11dae;hpb=786b76785856c6cf8f5916c0b8d76a61695762f9 diff --git a/pv/view/flag.cpp b/pv/view/flag.cpp index 01d13670..779ea2ee 100644 --- a/pv/view/flag.cpp +++ b/pv/view/flag.cpp @@ -26,7 +26,7 @@ #include #include -#include +#include #include @@ -37,7 +37,7 @@ namespace view { const QColor Flag::FillColour(0x73, 0xD2, 0x16); -Flag::Flag(View &view, double time, const QString &text) : +Flag::Flag(View &view, const pv::util::Timestamp& time, const QString &text) : TimeMarker(view, FillColour, time), text_(text) {