diff options
author | Tom Rondeau <trondeau@vt.edu> | 2012-07-17 22:28:09 -0400 |
---|---|---|
committer | Tom Rondeau <trondeau@vt.edu> | 2012-07-17 22:28:09 -0400 |
commit | 47b99fb2bcce8531726fdce637c69367f6b7468c (patch) | |
tree | b4c1ba64003e113488c54edd5c751e0f18509971 /gr-qtgui/lib/WaterfallDisplayPlot.h | |
parent | fbdf83e472da67239d4cbdcb47f83ea7df108aa8 (diff) |
qtgui: wip: moving qtgui over to new pimpl style.
Everything but full sink has been converted.
Diffstat (limited to 'gr-qtgui/lib/WaterfallDisplayPlot.h')
-rw-r--r-- | gr-qtgui/lib/WaterfallDisplayPlot.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gr-qtgui/lib/WaterfallDisplayPlot.h b/gr-qtgui/lib/WaterfallDisplayPlot.h index ba1e864dc5..abc663dec7 100644 --- a/gr-qtgui/lib/WaterfallDisplayPlot.h +++ b/gr-qtgui/lib/WaterfallDisplayPlot.h @@ -27,7 +27,6 @@ #include <cstdio> #include <vector> #include <qwt_plot_spectrogram.h> -#include <qtgui_util.h> #include "DisplayPlot.h" #include "waterfallGlobalData.h" #include <gruel/high_res_timer.h> |