Clean removed API from units test

This commit is contained in:
Sebastian Kügler 2014-02-03 16:42:29 +01:00
parent 2ba6bd6cbc
commit 78d14a00c5

View File

@ -84,30 +84,6 @@ Item {
}
}
Row {
PlasmaComponents.Label {
text: "units.dp: "
width: cwidth
}
PlasmaComponents.Label {
width: cheight
height: cheight / 2
text: units.dp(1)
}
}
Row {
PlasmaComponents.Label {
text: "units.gu: "
width: cwidth
}
PlasmaComponents.Label {
width: cheight
height: cheight / 2
text: units.gu(1)
}
}
Row {
PlasmaComponents.Label {
text: "units.largeSpacing: "