Obsolete Members for <QtGlobal>

以下成員源於類 <QtGlobal> 被棄用。 提供它們是為使舊源代碼能繼續工作。強烈建議不要在新代碼中使用它們。

(棄用) qMove ( x )

宏文檔編製

[deprecated] 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.