Hi all,

I'm using QProcess to start an external application. All is working well but I want to know what the exitCode() means. It's a simple integer value which is also passed to slot finished().

Is the integer value a plattform specific indetifier?

I'm using WinXP.

Thanks.