summaryrefslogtreecommitdiffstats
path: root/examples/multimedia/spectrum/app/spectrograph.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/multimedia/spectrum/app/spectrograph.h')
-rw-r--r--examples/multimedia/spectrum/app/spectrograph.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/multimedia/spectrum/app/spectrograph.h b/examples/multimedia/spectrum/app/spectrograph.h
index 0ef6dadd2..0e7b11717 100644
--- a/examples/multimedia/spectrum/app/spectrograph.h
+++ b/examples/multimedia/spectrum/app/spectrograph.h
@@ -97,7 +97,7 @@ private:
bool clipped;
};
- QVector<Bar> m_bars;
+ QList<Bar> m_bars;
int m_barSelected;
int m_timerId;
qreal m_lowFreq;