Cleaned up the tests
This commit is contained in:
parent
dc552ecf72
commit
fa0299268c
|
@ -5,13 +5,7 @@ Rectangle
|
|||
width: 100
|
||||
height: 100
|
||||
color: "red"
|
||||
|
||||
Text
|
||||
{
|
||||
anchors.fill: parent
|
||||
text: model
|
||||
}
|
||||
|
||||
|
||||
Component.onCompleted: {
|
||||
var result1 = myObject.bar(1);
|
||||
var result2 = myObject.foo(2);
|
||||
|
|
Loading…
Reference in New Issue