5ceb8d1197
correct a couple of problems the test catched
8 lines
71 B
QML
8 lines
71 B
QML
import QtQuick 2.0
|
|
|
|
Rectangle {
|
|
id: root
|
|
color: "darkblue"
|
|
}
|
|
|