aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmllint/data/pluginQuick_noCrashOnUneresolved.qml
blob: 7e043943500c5d680170219e069c33259c5e15ca (plain)
1
2
3
4
5
6
7
8
9
10
import QtQuick.Controls

Item {

    Tumbler {

        contentItem: Item {
        }
    }
}