Obsolete Members for <QtGlobal>

以下成员源于类 <QtGlobal> 被弃用。 提供它们是为使旧源代码能继续工作。强烈建议不要在新代码中使用它们。

(弃用) qMove ( x )

宏文档编制

qMove ( x )

This macro is deprecated. We strongly advise against using it in new code.

使用 std::move 代替。

It expands to "std::move".

qMove takes an rvalue reference to its parameter x , and converts it to an xvalue.