Adapt default qml template to latest qml changes

anchors.centeredIn has become anchors.centerIn
This commit is contained in:
Kai Koehne
2009-08-13 13:16:10 +02:00
parent ac3e37fc6e
commit 457e9b92d7

View File

@@ -236,7 +236,7 @@ Core::GeneratedFiles QmlNewProjectWizard::generateFiles(const QWizard *w,
<< " color: \"white\"" << endl
<< " Text {" << endl
<< " text: \"Hello World\"" << endl
<< " anchors.centeredIn: parent" << endl
<< " anchors.centerIn: parent" << endl
<< " }" << endl
<< "}" << endl;