summaryrefslogtreecommitdiff
path: root/gr-qtgui/lib/plot_raster.cc
diff options
context:
space:
mode:
Diffstat (limited to 'gr-qtgui/lib/plot_raster.cc')
-rw-r--r--gr-qtgui/lib/plot_raster.cc6
1 files changed, 6 insertions, 0 deletions
diff --git a/gr-qtgui/lib/plot_raster.cc b/gr-qtgui/lib/plot_raster.cc
index 20a2b7e56c..bccff88f10 100644
--- a/gr-qtgui/lib/plot_raster.cc
+++ b/gr-qtgui/lib/plot_raster.cc
@@ -312,6 +312,12 @@ QImage PlotTimeRaster::renderImage(const QwtScaleMap &xMap,
return image;
}
+QwtInterval
+PlotTimeRaster::interval(Qt::Axis ax) const
+{
+ return d_data->data->interval(ax);
+}
+
/*!
\brief Draw the raster