forked from qt-creator/qt-creator
		
	Merge commit 'origin/1.3'
This commit is contained in:
		@@ -233,7 +233,6 @@ Core::GeneratedFiles QmlNewProjectWizard::generateFiles(const QWizard *w,
 | 
			
		||||
        << "Rectangle {" << endl
 | 
			
		||||
        << "    width: 200" << endl
 | 
			
		||||
        << "    height: 200" << endl
 | 
			
		||||
        << "    color: \"white\"" << endl
 | 
			
		||||
        << "    Text {" << endl
 | 
			
		||||
        << "        text: \"Hello World\"" << endl
 | 
			
		||||
        << "        anchors.centerIn: parent" << endl
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user