Obsolete Members for QQmlIncubationController

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

公共函数

(obsolete) void incubateWhile (volatile bool * flag , int msecs = 0)

成员函数文档编制

void QQmlIncubationController:: incubateWhile ( volatile bool * flag , int msecs = 0)

此函数已过时。提供它是为使旧源代码能继续工作。强烈建议不要在新代码中使用它。

警告: Do not use this function. Use the overload taking a std::atomic<bool> 代替。