From 30b7370f5b3612934a7b3d8131801eacd2e26a54 Mon Sep 17 00:00:00 2001 From: Christian Kamm Date: Tue, 26 Apr 2011 14:42:33 +0200 Subject: QmlJS: Disable unhelpful warning. (cherry picked from commit a03de5f717a033f35c5f701e865b2ac5a3c53898) --- src/libs/qmljs/qmljsinterpreter.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/libs/qmljs/qmljsinterpreter.cpp b/src/libs/qmljs/qmljsinterpreter.cpp index 1e00987a2f..51388b6c99 100644 --- a/src/libs/qmljs/qmljsinterpreter.cpp +++ b/src/libs/qmljs/qmljsinterpreter.cpp @@ -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; } -- cgit v1.2.3