diff options
Diffstat (limited to 'gr-qtgui/lib/FrequencyDisplayPlot.h')
-rw-r--r-- | gr-qtgui/lib/FrequencyDisplayPlot.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gr-qtgui/lib/FrequencyDisplayPlot.h b/gr-qtgui/lib/FrequencyDisplayPlot.h index 961f30168..e79000789 100644 --- a/gr-qtgui/lib/FrequencyDisplayPlot.h +++ b/gr-qtgui/lib/FrequencyDisplayPlot.h @@ -80,11 +80,11 @@ public slots: void SetLowerIntensityLevel(const double); void SetUpperIntensityLevel(const double); -#if QWT_VERSION < 0x060000 + // Because of the preprocessing of slots in QT, these are no + // easily separated by the version check. Make one for each + // version until it's worked out. void OnPickerPointSelected(const QwtDoublePoint & p); -#else - void OnPickerPointSelected(const QPointF & p); -#endif + void OnPickerPointSelected6(const QPointF & p); signals: void plotPointSelected(const QPointF p); |