X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fview%2Fdecodetrace.hpp;h=92544ae2b424b3490b323d7eb032ea6e0a20d64e;hp=954ac90ca420e84c8bd596a95607fbaf960995c9;hb=3370799041d0ee09bf1c7c4f006933778579c037;hpb=506317984393a41000650ccca868f3dd66872a4f diff --git a/pv/view/decodetrace.hpp b/pv/view/decodetrace.hpp index 954ac90c..92544ae2 100644 --- a/pv/view/decodetrace.hpp +++ b/pv/view/decodetrace.hpp @@ -134,8 +134,7 @@ private: size_t base_colour) const; void draw_annotation_block(std::vector a, - QPainter &p, int h, const ViewItemPaintParams &pp, int y, - size_t base_colour) const; + QPainter &p, int h, int y, size_t base_colour) const; void draw_instant(const pv::data::decode::Annotation &a, QPainter &p, QColor fill, QColor outline, int h, double x, int y) const;