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_intervalcurve.h

    r8127 r9383  
    2525  to display error bars or the area between 2 curves.
    2626*/
    27 class QWT_EXPORT QwtPlotIntervalCurve: 
     27class QWT_EXPORT QwtPlotIntervalCurve:
    2828    public QwtPlotSeriesItem, public QwtSeriesStore<QwtIntervalSample>
    2929{
     
    7777    typedef QFlags<PaintAttribute> PaintAttributes;
    7878
    79     explicit QwtPlotIntervalCurve( const QString &title = QString::null );
     79    explicit QwtPlotIntervalCurve( const QString &title = QString() );
    8080    explicit QwtPlotIntervalCurve( const QwtText &title );
    8181
     
    103103    const QwtIntervalSymbol *symbol() const;
    104104
    105     virtual void drawSeries( QPainter *p,
     105    virtual void drawSeries( QPainter *,
    106106        const QwtScaleMap &xMap, const QwtScaleMap &yMap,
    107107        const QRectF &canvasRect, int from, int to ) const;
Note: See TracChangeset for help on using the changeset viewer.