From 0be1b700a2ca7886c92a9a913d5ae00e3d17fa9e Mon Sep 17 00:00:00 2001 From: Tom Rondeau Date: Mon, 13 Sep 2010 14:49:00 -0400 Subject: Removing Waterfall3DPlot. The qwt_plot3d is too much of a hassle to deal with and the plotting is not that stable even when it does work. This does not change the API. --- gr-qtgui/src/lib/qtgui_sink_f.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gr-qtgui/src/lib/qtgui_sink_f.h') diff --git a/gr-qtgui/src/lib/qtgui_sink_f.h b/gr-qtgui/src/lib/qtgui_sink_f.h index f603da7b6..5b96136f0 100644 --- a/gr-qtgui/src/lib/qtgui_sink_f.h +++ b/gr-qtgui/src/lib/qtgui_sink_f.h @@ -82,7 +82,7 @@ private: int d_index; float *d_residbuf; - bool d_plotfreq, d_plotwaterfall, d_plotwaterfall3d, d_plottime, d_plotconst; + bool d_plotfreq, d_plotwaterfall, d_plottime, d_plotconst; double d_update_time; -- cgit From a4c5b23773ce58ff68ac582464d07c554fc21302 Mon Sep 17 00:00:00 2001 From: Tom Rondeau Date: Fri, 17 Sep 2010 11:56:12 -0400 Subject: Fixes a lot of warnings by cleaning up namespace issues. --- gr-qtgui/src/lib/qtgui_sink_f.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gr-qtgui/src/lib/qtgui_sink_f.h') diff --git a/gr-qtgui/src/lib/qtgui_sink_f.h b/gr-qtgui/src/lib/qtgui_sink_f.h index 5b96136f0..0cac35d90 100644 --- a/gr-qtgui/src/lib/qtgui_sink_f.h +++ b/gr-qtgui/src/lib/qtgui_sink_f.h @@ -23,12 +23,12 @@ #ifndef INCLUDED_QTGUI_SINK_F_H #define INCLUDED_QTGUI_SINK_F_H +#include #include #include #include #include #include -#include #include "SpectrumGUIClass.h" class qtgui_sink_f; -- cgit