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

    r8127 r9383  
    112112QDebug operator<<( QDebug debug, const QwtPointPolar &point )
    113113{
    114     debug.nospace() << "QwtPointPolar(" 
     114    debug.nospace() << "QwtPointPolar("
    115115        << point.azimuth() << "," << point.radius() << ")";
    116116
Note: See TracChangeset for help on using the changeset viewer.