Obsolete Members for QtConcurrent

以下成员源于类 QtConcurrent 已过时。 提供它们是为使旧源代码能继续工作。强烈建议不要在新代码中使用它们。

类型

(obsolete) typedef Exception
(obsolete) typedef UnhandledException

类型文档编制

typedef QtConcurrent:: Exception

This typedef is obsolete. It is provided to keep old source code working. We strongly advise against using it in new code.

使用 QException from Qt Core 代替。

typedef QtConcurrent:: UnhandledException

This typedef is obsolete. It is provided to keep old source code working. We strongly advise against using it in new code.

使用 QUnhandledException from Qt Core 代替。