forked from qt-creator/qt-creator
Fix ids that start with uppercase letters that were missed
previously.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import Qt 4.6
|
||||
|
||||
Item {
|
||||
id: RootItem
|
||||
id: rootItem
|
||||
width: 640
|
||||
height: 480
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user