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

@@ -63,7 +63,7 @@ QString QmlFileWizard::fileContents(const QString &fileName) const
QTextStream str(&contents);
// str << CppTools::AbstractEditorSupport::licenseTemplate();
str << QLatin1String("import Qt 4.6\n")
str << QLatin1String("import Qt 4.7\n")
<< QLatin1String("\n")
<< QLatin1String("Rectangle {\n")
<< QLatin1String(" width: 640\n")