Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
I have this error message when I initialize QProcess. What does this mean?
/mnt/D/dev/qt/lunchbox/lunchbox.cpp:13: error: stray '\20' in program process = new QProcess(this); ^
Hi,
It's not QProcess related, you have that invisible character somewhere in your line. Just delete the line and rewrite the code. You should then be able to compile.
Thank you SGaist. That solved my problem!