From 8e19beb4106ea2891d05a5b02c484c6a26dc2107 Mon Sep 17 00:00:00 2001 From: l_maliakal_d Date: Mon, 6 May 2013 15:04:24 +0000 Subject: [PATCH] changed to trackertextF for qwt6 to show z value for 2d plots git-svn-id: file:///afs/psi.ch/project/sls_det_software/svn/slsDetectorGui@176 af1100a4-978c-4157-bff7-07162d2ba061 --- slsDetectorGui/slsDetectorPlotting/include/SlsQt2DZoomer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/slsDetectorGui/slsDetectorPlotting/include/SlsQt2DZoomer.h b/slsDetectorGui/slsDetectorPlotting/include/SlsQt2DZoomer.h index 2acd34dc6..497dc7971 100644 --- a/slsDetectorGui/slsDetectorPlotting/include/SlsQt2DZoomer.h +++ b/slsDetectorGui/slsDetectorPlotting/include/SlsQt2DZoomer.h @@ -42,7 +42,7 @@ class SlsQt2DZoomer:public QwtPlotZoomer{ #if QWT_VERSION<0x060000 virtual QwtText trackerText(const QwtDoublePoint &pos) const{ #else - virtual QwtText trackerText(const QPointF &pos) const{ + virtual QwtText trackerTextF(const QPointF &pos) const{ #endif QColor bg(Qt::white); #if QT_VERSION >= 0x040300