head 1.1; access; symbols pkgsrc-2026Q1:1.1.0.16 pkgsrc-2026Q1-base:1.1 pkgsrc-2025Q4:1.1.0.14 pkgsrc-2025Q4-base:1.1 pkgsrc-2025Q3:1.1.0.12 pkgsrc-2025Q3-base:1.1 pkgsrc-2025Q2:1.1.0.10 pkgsrc-2025Q2-base:1.1 pkgsrc-2025Q1:1.1.0.8 pkgsrc-2025Q1-base:1.1 pkgsrc-2024Q4:1.1.0.6 pkgsrc-2024Q4-base:1.1 pkgsrc-2024Q3:1.1.0.4 pkgsrc-2024Q3-base:1.1 pkgsrc-2024Q2:1.1.0.2 pkgsrc-2024Q2-base:1.1; locks; strict; comment @# @; 1.1 date 2024.05.11.20.54.12; author adam; state Exp; branches; next ; commitid oRGyGyzvgzneLC9F; desc @@ 1.1 log @py-qwt-qt5: fix builds against qwt-qt5 6.1.6 and newer @ text @$NetBSD$ Builds against qwt-qt5 6.1.6 https://github.com/GauiStori/PyQt-Qwt/pull/22 --- sip/qwt_plot_item.sip.orig 2024-05-11 20:04:32.848763543 +0000 +++ sip/qwt_plot_item.sip @@@@ -52,8 +52,8 @@@@ public: //! For QwtPlotSpectrogram Rtti_PlotSpectrogram, - //! For QwtPlotSvgItem - Rtti_PlotSVG, + //! For QwtPlotGraphicItem, QwtPlotSvgItem + Rtti_PlotGraphic, //! For QwtPlotTradingCurve Rtti_PlotTradingCurve, @@@@ -73,7 +73,10 @@@@ public: //! For QwtPlotZoneItem Rtti_PlotZone, - /*! + //! For QwtPlotVectorField + Rtti_PlotVectorField, + + /*! Values >= Rtti_PlotUserItem are reserved for plot items not implemented in the Qwt library. */ @@@@ -234,11 +237,11 @@@@ public: virtual QList legendData() const; -/* virtual QwtGraphic legendIcon( int index, const QSizeF & ) const; + virtual QwtGraphic legendIcon( int index, const QSizeF & ) const; protected: QwtGraphic defaultIcon( const QBrush &, const QSizeF & ) const; -*/ + private: // Disabled copy constructor and operator= QwtPlotItem( const QwtPlotItem & ); @