QmlWizards: Use 'QtQuick 1.0' namespace

Use the 'QtQuick 1.0' namespace introduced in 4.7.1. This makes them in
line with the examples/demos we ship in the SDK, but breaks for 4.7.0
(e.g. N900).

Task-number: QTCREATORBUG-3243
This commit is contained in:
Kai Koehne
2010-11-30 16:23:22 +01:00
committed by con
parent e15e62c348
commit 33d66233b5
3 changed files with 3 additions and 3 deletions

View File

@@ -114,7 +114,7 @@ Core::GeneratedFiles QmlProjectApplicationWizard::generateFiles(const QWizard *w
QTextStream out(&contents);
out
<< "import Qt 4.7" << endl
<< "import QtQuick 1.0" << endl
<< endl
<< "Rectangle {" << endl
<< " width: 360" << endl