diff options
Diffstat (limited to 'gr-qtgui/include/gnuradio/qtgui/WaterfallDisplayPlot.h')
-rw-r--r-- | gr-qtgui/include/gnuradio/qtgui/WaterfallDisplayPlot.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-qtgui/include/gnuradio/qtgui/WaterfallDisplayPlot.h b/gr-qtgui/include/gnuradio/qtgui/WaterfallDisplayPlot.h index 156f6bf93d..4fdd065093 100644 --- a/gr-qtgui/include/gnuradio/qtgui/WaterfallDisplayPlot.h +++ b/gr-qtgui/include/gnuradio/qtgui/WaterfallDisplayPlot.h @@ -48,7 +48,7 @@ class WaterfallDisplayPlot: public DisplayPlot Q_PROPERTY ( int intensity_color_map_type1 READ getIntensityColorMapType1 WRITE setIntensityColorMapType1 ) Q_PROPERTY ( QColor low_intensity_color READ getUserDefinedLowIntensityColor WRITE setUserDefinedLowIntensityColor ) Q_PROPERTY ( QColor high_intensity_color READ getUserDefinedHighIntensityColor WRITE setUserDefinedHighIntensityColor ) - + public: WaterfallDisplayPlot(int nplots, QWidget*); |