X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fview%2Fviewitem.hpp;h=82851e5c2685571b0b063d1c2c816a98299f5234;hp=dd3d2aa0c2c61a4969a53c6a5fc899cb5c7e802b;hb=fa792224c7c38519b0e7b58e997f82815cd53966;hpb=4b5782e1c7b6fec1f9c4ff2ba6f282cadecd70cd diff --git a/pv/view/viewitem.hpp b/pv/view/viewitem.hpp index dd3d2aa0..82851e5c 100644 --- a/pv/view/viewitem.hpp +++ b/pv/view/viewitem.hpp @@ -116,7 +116,7 @@ public: * @param rect the rectangle of the header area. * @param hover true if the label is being hovered over by the mouse. */ - virtual void paint_label(QPainter &p, const QRect &rect, bool hover) = 0; + virtual void paint_label(QPainter &p, const QRect &rect, bool hover); /** * Paints the background layer of the item with a QPainter