X-Git-Url: http://git.code-monkey.de/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fview%2Frowitem.cpp;h=185e03ab36d83d951a041b1698f814eb7094d6d3;hp=597c4a138ec53fa4ecde9d924d4307be529abb4c;hb=5b5fa4da3b7112414b9f51e6626ae7f4bf606f02;hpb=26e3af6b15f083239981729b2c3c109ed1d87ba8 diff --git a/pv/view/rowitem.cpp b/pv/view/rowitem.cpp index 597c4a1..185e03a 100644 --- a/pv/view/rowitem.cpp +++ b/pv/view/rowitem.cpp @@ -120,19 +120,19 @@ QPoint RowItem::point() const return QPoint(0, visual_v_offset()); } -void RowItem::paint_back(QPainter &p, const RowItemPaintParams &pp) +void RowItem::paint_back(QPainter &p, const ViewItemPaintParams &pp) { (void)p; (void)pp; } -void RowItem::paint_mid(QPainter &p, const RowItemPaintParams &pp) +void RowItem::paint_mid(QPainter &p, const ViewItemPaintParams &pp) { (void)p; (void)pp; } -void RowItem::paint_fore(QPainter &p, const RowItemPaintParams &pp) +void RowItem::paint_fore(QPainter &p, const ViewItemPaintParams &pp) { (void)p; (void)pp;