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

    r8127 r9383  
    3737*/
    3838
    39 class QWT_EXPORT QwtPlotHistogram: 
     39class QWT_EXPORT QwtPlotHistogram:
    4040    public QwtPlotSeriesItem, public QwtSeriesStore<QwtIntervalSample>
    4141{
     
    5959        /*!
    6060           Draw a column for each interval. When a symbol() has been set
    61            the symbol is used otherwise the column is displayed as 
     61           the symbol is used otherwise the column is displayed as
    6262           plain rectangle using pen() and brush().
    6363         */
     
    7777    };
    7878
    79     explicit QwtPlotHistogram( const QString &title = QString::null );
     79    explicit QwtPlotHistogram( const QString &title = QString() );
    8080    explicit QwtPlotHistogram( const QwtText &title );
    8181    virtual ~QwtPlotHistogram();
     
    9393    void setSamples( QwtSeriesData<QwtIntervalSample> * );
    9494
    95     void setBaseline( double reference );
     95    void setBaseline( double );
    9696    double baseline() const;
    9797
     
    102102    const QwtColumnSymbol *symbol() const;
    103103
    104     virtual void drawSeries( QPainter *p,
     104    virtual void drawSeries( QPainter *,
    105105        const QwtScaleMap &xMap, const QwtScaleMap &yMap,
    106106        const QRectF &canvasRect, int from, int to ) const;
Note: See TracChangeset for help on using the changeset viewer.