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

    r8127 r9383  
    4242        IgnoreScrollbars = 0x02,
    4343
    44         //! Ignore all frames. 
     44        //! Ignore all frames.
    4545        IgnoreFrames = 0x04,
    4646
     
    6262
    6363    void setCanvasMargin( int margin, int axis = -1 );
    64     int canvasMargin( int axis ) const;
     64    int canvasMargin( int axisId ) const;
    6565
    6666    void setAlignCanvasToScales( bool );
     
    8282
    8383    virtual void activate( const QwtPlot *,
    84         const QRectF &rect, Options options = 0x00 );
     84        const QRectF &plotRect, Options options = Options() );
    8585
    8686    virtual void invalidate();
Note: See TracChangeset for help on using the changeset viewer.