aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorDaniel d'Andrada <daniel.dandrada@luxoft.com>2018-04-20 11:17:32 +0200
committerBramastyo Harimukti Santoso <bramastyo.harimukti.santoso@pelagicore.com>2018-04-20 13:09:24 +0000
commit2909ab659b0ae30bd1a3242e230e02796e6ebee9 (patch)
tree498f793becb7332ec0daa2921f6f448f82835829 /tests
parentb4ad798bcf3a4fc4c22a4b7f5ba3a2bed6580eff (diff)
Remove deprecated (and now unused) Style.*span() API
And the supporting cellWidth and cellHeight properties Change-Id: Ibffe923b4099b1462cfd43637dbb137903fd639e Reviewed-by: Lukáš Tinkl <ltinkl@luxoft.com> Reviewed-by: Bramastyo Harimukti Santoso <bramastyo.harimukti.santoso@pelagicore.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/qmltests/tst_WidgetDrawer.qml4
-rw-r--r--tests/qmltests/tst_WidgetGrid.qml4
2 files changed, 0 insertions, 8 deletions
diff --git a/tests/qmltests/tst_WidgetDrawer.qml b/tests/qmltests/tst_WidgetDrawer.qml
index 6979377b..5ed26c2d 100644
--- a/tests/qmltests/tst_WidgetDrawer.qml
+++ b/tests/qmltests/tst_WidgetDrawer.qml
@@ -42,10 +42,6 @@ Item {
width: 600
height: 600
- // TODO: move this to a common base component
- Binding { target: Style; property: "cellWidth"; value: root.width / 24 }
- Binding { target: Style; property: "cellHeight"; value: root.height / 24 }
-
WidgetDrawer {
id: widgetDrawer
y: 200
diff --git a/tests/qmltests/tst_WidgetGrid.qml b/tests/qmltests/tst_WidgetGrid.qml
index 7dafa3c3..7decbf10 100644
--- a/tests/qmltests/tst_WidgetGrid.qml
+++ b/tests/qmltests/tst_WidgetGrid.qml
@@ -42,10 +42,6 @@ Item {
width: 600
height: 600
- // TODO: move this to a common base component
- Binding { target: Style; property: "cellWidth"; value: root.width / 24 }
- Binding { target: Style; property: "cellHeight"; value: root.height / 24 }
-
FakeAppInfo {
id: redApp
property Item window: Rectangle { color: "red" }