<QtPreprocessorSupport>プロキシページ

マクロ

QT_STRINGIFY(arg)
Q_UNUSED(name)

マクロドキュメント

QT_STRINGIFY(arg)

このマクロは、組み込みの行展開器arg を文字列リテラルに変換するために使用できる。

Q_UNUSED(name)

指定されたname のパラメータが関数本体で使用されていないことをコンパイラに示します。これは、シグネチャに意味のあるパラメータ名を持つ関数を定義できるようにしながら、コンパイラの警告を抑制するために使用できます。

© 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.