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

    r8127 r9383  
    7878    int borderWidth() const;
    7979
    80     void setInverted( bool tf );
     80    void setInverted( bool );
    8181    bool isInverted() const;
    8282
    83     void setWrapping( bool tf );
     83    void setWrapping( bool );
    8484    bool wrapping() const;
    8585
     
    9393    bool stepAlignment() const;
    9494
    95     void setRange( double vmin, double vmax );
     95    void setRange( double min, double max );
    9696
    97     void setMinimum( double min );
     97    void setMinimum( double );
    9898    double minimum() const;
    9999
    100     void setMaximum( double max );
     100    void setMaximum( double );
    101101    double maximum() const;
    102102
     
    104104    int updateInterval() const;
    105105
    106     void setTracking( bool enable );
     106    void setTracking( bool );
    107107    bool isTracking() const;
    108108
     
    121121
    122122      When tracking is enabled this signal will be emitted every
    123       time the value changes. 
     123      time the value changes.
    124124
    125125      \param value new value
Note: See TracChangeset for help on using the changeset viewer.