forked from qt-creator/qt-creator
Documenting QmlJS error message
I also fixed the "." Change-Id: I65cdc6be8b2de31af411d1172780281afd20a4f9 Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
This commit is contained in:
committed by
Tim Jenssen
parent
55db42fe2c
commit
6eddf41886
@@ -554,6 +554,12 @@
|
||||
\row
|
||||
\li M208
|
||||
\li Error
|
||||
\li This id might be ambiguous and is not supported in the \QMLD.
|
||||
\li
|
||||
|
||||
\row
|
||||
\li M209
|
||||
\li Error
|
||||
\li This type (type name) is not supported as a root element by \QMLD.
|
||||
\li
|
||||
|
||||
|
@@ -221,7 +221,7 @@ StaticAnalysisMessages::StaticAnalysisMessages()
|
||||
newMsg(WarnStatesOnlyInRootItemForVisualDesigner, Warning,
|
||||
tr("Qt Quick Designer only supports states in the root item."));
|
||||
newMsg(ErrInvalidIdeInVisualDesigner, Error,
|
||||
tr("This id might be ambiguous and is not supported in the Qt Quick Designer"));
|
||||
tr("This id might be ambiguous and is not supported in the Qt Quick Designer."));
|
||||
newMsg(WarnAboutQtQuick1InsteadQtQuick2, Warning,
|
||||
tr("Using Qt Quick 1 code model instead of Qt Quick 2."));
|
||||
newMsg(ErrUnsupportedRootTypeInVisualDesigner, Error,
|
||||
|
Reference in New Issue
Block a user