X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fview%2Fdecodetrace.hpp;h=c7013b514f6d232eb9a7636799b36f6141b7c3ae;hp=71876f5ca418062160aa636067d0f1edce1dcbd6;hb=2a56e4485a97c1d3e679325ec5413039d7a0c06c;hpb=f3d66e52ed6b454ea7a0662d5e6367e230116a2b diff --git a/pv/view/decodetrace.hpp b/pv/view/decodetrace.hpp index 71876f5c..c7013b51 100644 --- a/pv/view/decodetrace.hpp +++ b/pv/view/decodetrace.hpp @@ -125,15 +125,14 @@ public: private: void draw_annotation(const pv::data::decode::Annotation &a, QPainter &p, - QColor text_colour, int text_height, const RowItemPaintParams &pp, int y, + int text_height, const RowItemPaintParams &pp, int y, size_t base_colour) const; void draw_instant(const pv::data::decode::Annotation &a, QPainter &p, - QColor fill, QColor outline, QColor text_color, int h, double x, - int y) const; + QColor fill, QColor outline, int h, double x, int y) const; void draw_range(const pv::data::decode::Annotation &a, QPainter &p, - QColor fill, QColor outline, QColor text_color, int h, double start, + QColor fill, QColor outline, int h, double start, double end, int y) const; void draw_error(QPainter &p, const QString &message,