[Development] Qt 5 on Linux: QAudioRecorder::setOutputLocation() behaviour differs from docs

Thiago Macieira thiago.macieira at intel.com
Sun Jun 29 17:45:03 CEST 2014


Em dom 29 jun 2014, às 19:01:18, Dmitriy Purgin escreveu:
> open("file:///tmp/temp.ogg", O_WRONLY|O_CREAT|O_TRUNC, 0666) = -1
> ENOENT (No such file or directory)
> 
> So the solution is to setOutputLocation with just QUrl("/tmp/temp.ogg").

Looks like it needs to call toLocalFile() somewhere.
-- 
Thiago Macieira - thiago.macieira (AT) intel.com
  Software Architect - Intel Open Source Technology Center




More information about the Development mailing list