Qml support: Bump version of qml files from Qt 4.6 to Qt 4.7

Reviewed-by: Thomas Hartmann
This commit is contained in:
Kai Koehne
2010-04-13 12:23:12 +02:00
parent 559ac20680
commit e959967f11
3 changed files with 8 additions and 8 deletions

View File

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