Peter Kümmel wrote:

Wouldn't it be better to catch an exception in main:

catch {
  QCoreApplication::exit(1)
  return 1;
}

I only ask, because we had really strange cross-platform problems in the past
because of using exit

You are probably right then, I'll try this.

Abdel.




Reply via email to