summaryrefslogtreecommitdiffstats
path: root/tests/spectrum/spectrumapp/spectrumanalyser.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/spectrum/spectrumapp/spectrumanalyser.h')
-rw-r--r--tests/spectrum/spectrumapp/spectrumanalyser.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/spectrum/spectrumapp/spectrumanalyser.h b/tests/spectrum/spectrumapp/spectrumanalyser.h
index f24e44a7..16588014 100644
--- a/tests/spectrum/spectrumapp/spectrumanalyser.h
+++ b/tests/spectrum/spectrumapp/spectrumanalyser.h
@@ -47,13 +47,13 @@ public:
SpectrumAnalyserThread(QObject *parent);
~SpectrumAnalyserThread();
-public slots:
+public Q_SLOTS:
void setWindowFunction(WindowFunction type);
void calculateSpectrum(const QByteArray &buffer,
int inputFrequency,
int bytesPerSample);
-signals:
+Q_SIGNALS:
void calculationComplete(const FrequencySpectrum &spectrum);
private:
@@ -124,10 +124,10 @@ public:
*/
void cancelCalculation();
-signals:
+Q_SIGNALS:
void spectrumChanged(const FrequencySpectrum &spectrum);
-private slots:
+private Q_SLOTS:
void calculationComplete(const FrequencySpectrum &spectrum);
private: