Don't use Qt-defined keywords, they can cause problems with other headers.
[pulseview.git] / pv / view / signal.h
index 99b685c0bdc286f4f4f50e1b08290a8123e57acc..d62709729cbcfe760f376de6d83b663698c43a88 100644 (file)
@@ -75,7 +75,9 @@ public:
 
        void delete_pressed();
 
-private slots:
+       bool eventFilter(QObject *obj, QEvent *evt);
+
+private Q_SLOTS:
        void on_disable();
 
 protected: