Changeset 9383 in ntrip for trunk/BNC/qwt/qwt_plot_shapeitem.h


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

    r8127 r9383  
    1616
    1717/*!
    18   \brief A plot item, which displays any graphical shape, 
     18  \brief A plot item, which displays any graphical shape,
    1919         that can be defined by a QPainterPath
    2020
     
    6161        LegendShape,
    6262
    63         //! Display a filled rectangle 
     63        //! Display a filled rectangle
    6464        LegendColor
    6565    };
    6666
    67     explicit QwtPlotShapeItem( const QString &title = QString::null );
     67    explicit QwtPlotShapeItem( const QString &title = QString() );
    6868    explicit QwtPlotShapeItem( const QwtText &title );
    6969
     
    9494    virtual QRectF boundingRect() const;
    9595
    96     virtual void draw( QPainter *p,
     96    virtual void draw( QPainter *,
    9797        const QwtScaleMap &xMap, const QwtScaleMap &yMap,
    98         const QRectF &rect ) const;
     98        const QRectF &canvasRect ) const;
    9999
    100100    virtual QwtGraphic legendIcon( int index, const QSizeF & ) const;
Note: See TracChangeset for help on using the changeset viewer.