X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fview%2Fviewitem.cpp;h=0c61578c0c2acfcb1517e40009a5a91675568caa;hp=662c15de0a46d46392fc97ff6145488c85910533;hb=fa792224c7c38519b0e7b58e997f82815cd53966;hpb=4b5782e1c7b6fec1f9c4ff2ba6f282cadecd70cd diff --git a/pv/view/viewitem.cpp b/pv/view/viewitem.cpp index 662c15de..0c61578c 100644 --- a/pv/view/viewitem.cpp +++ b/pv/view/viewitem.cpp @@ -93,6 +93,13 @@ QPen ViewItem::highlight_pen() Qt::SolidLine, Qt::RoundCap, Qt::RoundJoin); } +void ViewItem::paint_label(QPainter &p, const QRect &rect, bool hover) +{ + (void)p; + (void)rect; + (void)hover; +} + void ViewItem::paint_back(QPainter &p, const ViewItemPaintParams &pp) { (void)p;