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

    r4271 r9383  
    1414QDebug operator<<( QDebug debug, const QwtPoint3D &point )
    1515{
    16     debug.nospace() << "QwtPoint3D(" << point.x() 
     16    debug.nospace() << "QwtPoint3D(" << point.x()
    1717        << "," << point.y() << "," << point.z() << ")";
    1818    return debug.space();
Note: See TracChangeset for help on using the changeset viewer.