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