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

    r8127 r9383  
    193193QwtText QwtPlotPicker::trackerText( const QPoint &pos ) const
    194194{
     195    if ( plot() == NULL )
     196        return QwtText();
     197
    195198    return trackerTextF( invTransform( pos ) );
    196199}
Note: See TracChangeset for help on using the changeset viewer.