summaryrefslogtreecommitdiff
path: root/gr-qtgui/lib/plot_waterfall.h
diff options
context:
space:
mode:
authorTom Rondeau <trondeau@vt.edu>2012-04-13 18:36:53 -0400
committerTom Rondeau <trondeau@vt.edu>2012-04-13 18:36:53 -0400
commitf919f9dcbb54a08e6e26d6c229ce92fb784fa1b2 (patch)
tree7e846386b9eb1676f9a93fc4a1e55916b9accc97 /gr-qtgui/lib/plot_waterfall.h
parent6a1e9783fec6ed827f49db27c171591d30f32933 (diff)
Removed whitespace and added dtools/bin/remove-whitespace as a tool to do this in the future.
The sed script was provided by Moritz Fischer.
Diffstat (limited to 'gr-qtgui/lib/plot_waterfall.h')
-rw-r--r--gr-qtgui/lib/plot_waterfall.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/gr-qtgui/lib/plot_waterfall.h b/gr-qtgui/lib/plot_waterfall.h
index 1613dd8def..df2537b57a 100644
--- a/gr-qtgui/lib/plot_waterfall.h
+++ b/gr-qtgui/lib/plot_waterfall.h
@@ -18,7 +18,7 @@ class QwtColorMap;
A waterfall displays threedimenional data, where the 3rd dimension
( the intensity ) is displayed using colors. The colors are calculated
from the values using a color map.
-
+
\sa QwtRasterData, QwtColorMap
*/
@@ -50,11 +50,11 @@ public:
protected:
#if QWT_VERSION < 0x060000
QImage renderImage(const QwtScaleMap &xMap,
- const QwtScaleMap &yMap,
+ const QwtScaleMap &yMap,
const QwtDoubleRect &rect) const;
#else
QImage renderImage(const QwtScaleMap &xMap,
- const QwtScaleMap &yMap,
+ const QwtScaleMap &yMap,
const QRectF &rect,
const QSize &size=QSize(0,0)) const;
#endif