잘못된 qmllint 지시어
이 경고 범주의 철자는 qmllint의 [invalid-lint-directive]
입니다.
잘못된 qmllint 지시어를 제공했습니다.
무슨 일이 있었나요?
qmllint 주석에 잘못된 qmllint 지시 어를 사용했습니다. 오타 때문일 수 있습니다.
이것이 왜 나쁜가요?
qmllint 지시어는 효과가 없습니다.
예제
import QtQuick Item { // qmllint diasble with }
이 경고를 수정하려면 오타를 수정하세요:
import QtQuick Item { // qmllint disable with }
알 수 없는 카테고리에 대한 Qmllint 지시어
무슨 일이 있었나요?
qmllint 지시어에 알 수 없는 카테고리를 qmllint 주석 안에 사용했습니다. 오타로 인한 것일 수 있습니다.
이것이 왜 나쁜가요?
qmllint 지시어는 아무런 효과가 없습니다.
예제
import QtQuick Item { // qmllint disable woth }
이 경고를 수정하려면 오타를 수정하세요:
import QtQuick Item { // qmllint disable with }
© 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.