Changeset 9383 in ntrip for trunk/BNC/qwt/qwt_scale_div.cpp


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.cpp

    r8127 r9383  
    7171*/
    7272QwtScaleDiv::QwtScaleDiv( double lowerBound, double upperBound,
    73         const QList<double> &minorTicks, 
     73        const QList<double> &minorTicks,
    7474        const QList<double> &mediumTicks,
    7575        const QList<double> &majorTicks ):
     
    133133{
    134134    return d_lowerBound;
    135 }   
     135}
    136136
    137137/*!
     
    144144{
    145145    d_upperBound = upperBound;
    146 } 
     146}
    147147
    148148/*!
     
    219219}
    220220
    221 /*! 
     221/*!
    222222   Invert the scale division
    223223   \sa inverted()
     
    239239}
    240240
    241 /*! 
     241/*!
    242242  \return A scale division with inverted boundaries and ticks
    243243  \sa invert()
     
    251251}
    252252
    253 /*! 
     253/*!
    254254   Return a scale division with an interval [lowerBound, upperBound]
    255255   where all ticks outside this interval are removed
     
    262262   \note lowerBound might be greater than upperBound for inverted scales
    263263*/
    264 QwtScaleDiv QwtScaleDiv::bounded( 
     264QwtScaleDiv QwtScaleDiv::bounded(
    265265    double lowerBound, double upperBound ) const
    266266{
Note: See TracChangeset for help on using the changeset viewer.