Cleaned up the tests

This commit is contained in:
Filippo Cucchetto 2014-10-20 23:30:15 +02:00
parent dc552ecf72
commit fa0299268c
2 changed files with 1 additions and 8 deletions

View File

@ -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);

View File

@ -40,7 +40,6 @@ class MyObject : DObject
}
DSignal!(string) nameChanged;
//DSignal!(string, int, bool) complexChanged;
}
void main()