Don't use Qt-defined keywords, they can cause problems with other headers.
[pulseview.git] / pv / view / ruler.h
index 08a9c0e1fdf0128827bbc4c4c016fccd60d8fb2d..00fac244ba7c46eabfb9467b4dad103da0d0c9e9 100644 (file)
@@ -66,7 +66,7 @@ private:
         */
        void draw_hover_mark(QPainter &p);
 
-private slots:
+private Q_SLOTS:
        void hover_point_changed();
 };