X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=pv%2Fview%2Ftimeitem.hpp;h=f988488409c18426aebab42b720dab2d54731987;hb=49028d6c2d8aaf61b528e2dfb7ad3fe1ccb7169e;hp=8374244215807b5c34e4433c441c8f4a19582e6d;hpb=819e2e95555b2b3c2190f24a3cfa82250d1f34e5;p=pulseview.git diff --git a/pv/view/timeitem.hpp b/pv/view/timeitem.hpp index 8374244..f988488 100644 --- a/pv/view/timeitem.hpp +++ b/pv/view/timeitem.hpp @@ -48,13 +48,6 @@ public: virtual float get_x() const = 0; - /** - * Paints the marker's label to the ruler. - * @param p The painter to draw with. - * @param rect The rectangle of the ruler client area. - */ - virtual void paint_label(QPainter &p, const QRect &rect) = 0; - protected: View &view_; };