mirror of
https://git.freebsd.org/ports.git
synced 2025-05-21 03:23:10 -04:00
13 lines
353 B
C
13 lines
353 B
C
--- gr-qtgui/include/gnuradio/qtgui/WaterfallDisplayPlot.h.orig 2024-02-19 05:15:53 UTC
|
|
+++ gr-qtgui/include/gnuradio/qtgui/WaterfallDisplayPlot.h
|
|
@@ -34,7 +34,9 @@
|
|
#if QWT_VERSION < 0x060000
|
|
#include <gnuradio/qtgui/plot_waterfall.h>
|
|
#else
|
|
-#include <qwt_compat.h>
|
|
+#include <qwt_interval.h>
|
|
+
|
|
+typedef QwtInterval QwtDoubleInterval;
|
|
#endif
|
|
|
|
/*!
|