無効な 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.