forked from qt-creator/qt-creator
QmlJS: Disable unhelpful warning.
(cherry picked from commit a03de5f717
)
This commit is contained in:
@@ -2155,7 +2155,8 @@ QmlObjectValue *CppQmlTypes::getOrCreate(const QString &package, const QString &
|
||||
// first get the cpp object value
|
||||
QmlObjectValue *cppObject = typeByCppName(cppName);
|
||||
if (!cppObject) {
|
||||
qWarning() << "QML type system: could not find '" << cppName << "'";
|
||||
// ### disabled for now, should be communicated to the user somehow.
|
||||
//qWarning() << "QML type system: could not find '" << cppName << "'";
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user