Hi everyone,

I'm trying to fix a bug with a very simple QwtPlotCurve in a QwtPlot that I have on Solaris and not on windows

I need to access the QwtPlotCurve data to check that the values are correct, but using the

double x (int i) const
http://qwt.sourceforge.net/class_qwt_plot_curve.html

function, I get following error message :

no matching function for call to `QwtPlotCurve::x(int)'

I'm using Qwt 5.2, it seems that this method has been removed.
How can I acces the data values of a QwtPlotCurve with Qwt 5.2 ?

Thanks in advance,

Joel.