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_spectrocurve.cpp

    r8127 r9383  
    118118/*!
    119119  Assign a series of samples
    120    
     120
    121121  setSamples() is just a wrapper for setData() without any additional
    122122  value - beside that it is easier to find for the developer.
    123    
     123
    124124  \param data Data
    125125  \warning The item takes ownership of the data object, deleting
    126            it when its not used anymore. 
     126           it when its not used anymore.
    127127*/
    128128void QwtPlotSpectroCurve::setSamples(
     
    130130{
    131131    setData( data );
    132 } 
     132}
    133133
    134134/*!
     
    311311                d_data->colorRange, sample.z() );
    312312
    313             painter->setPen( QPen( QColor::fromRgba( d_data->colorTable[index] ), 
     313            painter->setPen( QPen( QColor::fromRgba( d_data->colorTable[index] ),
    314314                d_data->penWidth ) );
    315315        }
Note: See TracChangeset for help on using the changeset viewer.