Quote Originally Posted by wysota View Post
The method expects to receive a double* argument, so you need to pass double* and not double**.

Qt Code:
  1. m_curve->setData(sn[0],sn[1],points);
To copy to clipboard, switch view to plain text mode 
I am not cleared......

what is the meaning for double**