Hello.
Hello, I tried:
The error message:Code:QProcess proc1; QStringList str1; str1.append("x1"); str1.append("x2"); proc1.setNativeArguments(arguments); // there is no QProcess:setArguments for me :( proc1.start();
no matching function for call to 'QProcess::setNativeArguments(QStringList&)'
Someone to help me?
Thank you

Reply With Quote


