Changeset 9383 in ntrip for trunk/BNC/qwt/qwt_plot_svgitem.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_svgitem.h

    r8127 r9383  
    2828{
    2929public:
    30     explicit QwtPlotSvgItem( const QString& title = QString::null );
     30    explicit QwtPlotSvgItem( const QString& title = QString() );
    3131    explicit QwtPlotSvgItem( const QwtText& title );
    3232    virtual ~QwtPlotSvgItem();
     
    3737    virtual QRectF boundingRect() const;
    3838
    39     virtual void draw( QPainter *p,
     39    virtual void draw( QPainter *,
    4040        const QwtScaleMap &xMap, const QwtScaleMap &yMap,
    41         const QRectF &rect ) const;
     41        const QRectF &canvasRect ) const;
    4242
    4343    virtual int rtti() const;
     
    4747    QSvgRenderer &renderer();
    4848
    49     void render( QPainter *painter,
     49    void render( QPainter *,
    5050        const QRectF &viewBox, const QRectF &rect ) const;
    5151
    52     QRectF viewBox( const QRectF &area ) const;
     52    QRectF viewBox( const QRectF &rect ) const;
    5353
    5454private:
Note: See TracChangeset for help on using the changeset viewer.