forked from qt-creator/qt-creator
Qml support: Bump version of qml files from Qt 4.6 to Qt 4.7
Reviewed-by: Thomas Hartmann
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user