]> sigrok.org Git - pulseview.git/blobdiff - pv/widgets/decodermenu.h
Don't use Qt-defined keywords, they can cause problems with other headers.
[pulseview.git] / pv / widgets / decodermenu.h
index 20dd41203684d2219378c41a9d14c9d0cb63a04e..bfe087e906b46f4dc39c8854d3282fa1c6e7a6b7 100644 (file)
@@ -40,10 +40,10 @@ private:
        static int decoder_name_cmp(const void *a, const void *b);
 
 
-private slots:
+private Q_SLOTS:
        void on_action(QObject *action);
 
-signals:
+Q_SIGNALS:
        void decoder_selected(srd_decoder *decoder);
 
 private: