Changeset 9383 in ntrip for trunk/BNC/qwt/qwt_point_data.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_point_data.cpp

    r8127 r9383  
    287287   interval is calculated from the "rectangle of interest".
    288288
    289    \param index Index of the requested point 
     289   \param index Index of the requested point
    290290   \return Calculated x coordinate
    291291
     
    297297        d_interval : d_intervalOfInterest;
    298298
    299     if ( !interval.isValid() ) 
     299    if ( !interval.isValid() )
    300300        return 0.0;
    301301
Note: See TracChangeset for help on using the changeset viewer.