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


Ignore:
Timestamp:
Mar 19, 2021, 9:15:03 AM (4 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_plot_xml.cpp

    r8127 r9383  
    2929  from a specific editor in the Qwt designer plugin.
    3030
    31   \return QString::null
     31  \return QString()
    3232  \warning The plot editor has never been implemented.
    3333*/
     
    3838    return title().text();
    3939#else
    40     return QString::null;
     40    return QString();
    4141#endif
    4242}
Note: See TracChangeset for help on using the changeset viewer.