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

    r8127 r9383  
    5656    };
    5757
    58     explicit QwtScaleDiv( double lowerBound = 0.0, 
     58    explicit QwtScaleDiv( double lowerBound = 0.0,
    5959        double upperBound = 0.0 );
    6060
     
    6464        QList<double>[NTickTypes] );
    6565
    66     explicit QwtScaleDiv( double lowerBound, double upperBound, 
     66    explicit QwtScaleDiv( double lowerBound, double upperBound,
    6767        const QList<double> &minorTicks, const QList<double> &mediumTicks,
    6868        const QList<double> &majorTicks );
Note: See TracChangeset for help on using the changeset viewer.