]> sigrok.org Git - pulseview.git/blobdiff - pv/data/decoderstack.h
Don't use Qt-defined keywords, they can cause problems with other headers.
[pulseview.git] / pv / data / decoderstack.h
index 16a7c0cf957961a3d52053b14689e9f4e5fb7438..35f76874bc77bfbc40230aa51d956b7380bed7a5 100644 (file)
@@ -118,14 +118,14 @@ private:
        static void annotation_callback(srd_proto_data *pdata,
                void *decoder);
 
-private slots:
+private Q_SLOTS:
        void on_new_frame();
 
        void on_data_received();
 
        void on_frame_ended();
 
-signals:
+Q_SIGNALS:
        void new_decode_data();
 
 private: