]> sigrok.org Git - pulseview.git/blobdiff - pv/toolbars/samplingbar.h
Don't use Qt-defined keywords, they can cause problems with other headers.
[pulseview.git] / pv / toolbars / samplingbar.h
index 2c2431c427a71ccb0fa3ff166b38503737d8edb9..0f4c2ee5549b92cd2c3d9f40c168b1fa9b690207 100644 (file)
@@ -69,7 +69,7 @@ public:
 
        void set_capture_state(pv::SigSession::capture_state state);
 
-signals:
+Q_SIGNALS:
        void run_stop();
 
 private:
@@ -80,7 +80,7 @@ private:
        void commit_sample_rate();
        void commit_sample_count();
 
-private slots:
+private Q_SLOTS:
        void on_device_selected();
        void on_sample_count_changed();
        void on_sample_rate_changed();