summaryrefslogtreecommitdiffstats
path: root/include/dsp
diff options
context:
space:
mode:
Diffstat (limited to 'include/dsp')
-rw-r--r--include/dsp/channelmarker.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/dsp/channelmarker.h b/include/dsp/channelmarker.h
index 06cd5b9..df9c173 100644
--- a/include/dsp/channelmarker.h
+++ b/include/dsp/channelmarker.h
@@ -27,6 +27,9 @@ public:
const QColor& getColor() const { return m_color; }
protected:
+ static QRgb m_colorTable[];
+ static int m_nextColor;
+
QString m_title;
int m_centerFrequency;
int m_bandwidth;