X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=pv%2Fview%2Fdecodetrace.hpp;fp=pv%2Fview%2Fdecodetrace.hpp;h=b5da2dc2400082f8842167fffe398636e4e3331e;hb=520362f8c4082820193f09e43b27a8c7df2ef011;hp=eb011e74367df36951046beb5c582a8dd06ef8c1;hpb=da50281d69f15d125b56971a3009fd31cbbab58b;p=pulseview.git diff --git a/pv/view/decodetrace.hpp b/pv/view/decodetrace.hpp index eb011e7..b5da2dc 100644 --- a/pv/view/decodetrace.hpp +++ b/pv/view/decodetrace.hpp @@ -131,10 +131,10 @@ private: size_t base_colour, int row_title_width); void draw_annotation(const pv::data::decode::Annotation &a, QPainter &p, - int text_height, const ViewItemPaintParams &pp, int y, + int h, const ViewItemPaintParams &pp, int y, size_t base_colour, int row_title_width) const; - void draw_annotation_block(std::vector a, + void draw_annotation_block(std::vector annotations, QPainter &p, int h, int y, size_t base_colour) const; void draw_instant(const pv::data::decode::Annotation &a, QPainter &p,