X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fview%2Ftimemarker.hpp;fp=pv%2Fview%2Ftimemarker.hpp;h=57d6c9b04ecc1bb7cb58d3c812688ecd31cfb2d5;hp=9cab1fc6d0a96e666069e635c564a0d62ac80ab5;hb=49028d6c2d8aaf61b528e2dfb7ad3fe1ccb7169e;hpb=819e2e95555b2b3c2190f24a3cfa82250d1f34e5 diff --git a/pv/view/timemarker.hpp b/pv/view/timemarker.hpp index 9cab1fc6..57d6c9b0 100644 --- a/pv/view/timemarker.hpp +++ b/pv/view/timemarker.hpp @@ -88,8 +88,9 @@ public: * Paints the marker's label to the ruler. * @param p The painter to draw with. * @param rect The rectangle of the ruler client area. + * @param hover true if the label is being hovered over by the mouse. */ - void paint_label(QPainter &p, const QRect &rect); + void paint_label(QPainter &p, const QRect &rect, bool hover); /** * Paints the foreground layer of the item with a QPainter