aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/customization/data/styles/simple/ScrollView.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/customization/data/styles/simple/ScrollView.qml')
-rw-r--r--tests/auto/customization/data/styles/simple/ScrollView.qml4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/auto/customization/data/styles/simple/ScrollView.qml b/tests/auto/customization/data/styles/simple/ScrollView.qml
index d0b0c5d8..1aabc897 100644
--- a/tests/auto/customization/data/styles/simple/ScrollView.qml
+++ b/tests/auto/customization/data/styles/simple/ScrollView.qml
@@ -58,10 +58,6 @@ T.ScrollView {
implicitWidth: Math.max(contentItem.implicitWidth, background.implicitWidth)
implicitHeight: Math.max(contentItem.implicitHeight, background.implicitHeight)
- contentItem: Flickable {
- objectName: "scrollview-contentItem-simple"
- }
-
background: Rectangle {
objectName: "scrollview-background-simple"
}