QQuickView's equivalent in QtQuick1 is QDeclarativeView
authorDebao Zhang <hello@debao.me>
Thu, 7 Mar 2013 09:23:30 +0000 (17:23 +0800)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Fri, 15 Mar 2013 01:00:27 +0000 (02:00 +0100)
Change-Id: I12104e8bd58a406a0ff03c110e2df54bbc1c816c
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>

src/quick/items/qquickview.cpp

index 2999135..65343cd 100644 (file)
@@ -494,7 +494,7 @@ void QQuickViewPrivate::setRootObject(QObject *obj)
                    << "loaded has 'import QtQuick 1.0' or 'import Qt 4.7', this error will occur." << endl
                    << endl
                    << "To load files with 'import QtQuick 1.0' or 'import Qt 4.7', use the" << endl
-                   << "QQuickView class in the qtquick1 module." << endl;
+                   << "QDeclarativeView class in the qtquick1 module." << endl;
         delete obj;
         root = 0;
     }