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

    r8127 r9383  
    1818  \brief Abstract base class for bar chart items
    1919
    20   In opposite to almost all other plot items bar charts can't be 
     20  In opposite to almost all other plot items bar charts can't be
    2121  displayed inside of their bounding rectangle and need a special
    2222  API  how to calculate the width of the bars and how they affect
     
    7979    double baseline() const;
    8080
    81     virtual void getCanvasMarginHint( 
     81    virtual void getCanvasMarginHint(
    8282        const QwtScaleMap &xMap, const QwtScaleMap &yMap,
    8383        const QRectF &canvasRect,
     
    8787protected:
    8888    double sampleWidth( const QwtScaleMap &map,
    89         double canvasSize, double dataSize,
     89        double canvasSize, double boundingSize,
    9090        double value ) const;
    9191
Note: See TracChangeset for help on using the changeset viewer.