Obsolete Members for <QtGlobal>
类<QtGlobal> 的以下成员已被弃用。提供这些成员是为了保持旧源代码的正常运行。我们强烈建议不要在新代码中使用它们。
宏
(deprecated) | qMove(x) |
宏文档
[deprecated]
qMove(x)
该宏已被弃用。我们强烈建议不要在新代码中使用它。
请使用std::move
。
它扩展为 "std::move"。
qMove 将一个 r 值引用到其参数x ,并将其转换为 x 值。
© 2025 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.