X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;f=pv%2Fview%2Fdecodetrace.h;h=9f0e68b5deee5cd8fc0229f9182c2d526d4d11b4;hb=bf51365c1ff176d5ecb6a2a1f3da09cb1086ea46;hp=2df848acbba38110c95d4018b9d48be33ceddf8a;hpb=f9101a91fc942a28515872ae6c7285973bd54b91;p=pulseview.git diff --git a/pv/view/decodetrace.h b/pv/view/decodetrace.h index 2df848ac..9f0e68b5 100644 --- a/pv/view/decodetrace.h +++ b/pv/view/decodetrace.h @@ -108,7 +108,8 @@ public: private: void draw_annotation(const pv::data::decode::Annotation &a, QPainter &p, QColor text_colour, int text_height, int left, int right, - double samples_per_pixel, double pixels_offset, int y) const; + double samples_per_pixel, double pixels_offset, int y, + unsigned int row_index) const; void draw_instant(const pv::data::decode::Annotation &a, QPainter &p, QColor fill, QColor outline, QColor text_color, int h, double x,