Ignore:
Timestamp:
Mar 19, 2021, 9:15:03 AM (3 years ago)
Author:
stoecker
Message:

update to qwt verion 6.1.1 to fix build with newer Qt5

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/qwt/qwt_plot_spectrocurve.h

    r8127 r9383  
    2222           mapped to a color.
    2323*/
    24 class QWT_EXPORT QwtPlotSpectroCurve: 
    25     public QwtPlotSeriesItem, QwtSeriesStore<QwtPoint3D>
     24class QWT_EXPORT QwtPlotSpectroCurve:
     25    public QwtPlotSeriesItem, public QwtSeriesStore<QwtPoint3D>
    2626{
    2727public:
     
    3636    typedef QFlags<PaintAttribute> PaintAttributes;
    3737
    38     explicit QwtPlotSpectroCurve( const QString &title = QString::null );
     38    explicit QwtPlotSpectroCurve( const QString &title = QString() );
    3939    explicit QwtPlotSpectroCurve( const QwtText &title );
    4040
     
    6060        const QRectF &canvasRect, int from, int to ) const;
    6161
    62     void setPenWidth(double width);
     62    void setPenWidth( double );
    6363    double penWidth() const;
    6464
Note: See TracChangeset for help on using the changeset viewer.