aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmllint/data/onlyMajorVersion.qml
blob: 4066f8f097a475652eaa45b5ba9ea7d24311ef41 (plain)
1
2
3
4
5
6
7
8
import QtQuick.Controls 2 as QQC2

QQC2.ApplicationWindow {
    height: 400
    width: 400
    visible: true
    QQC2.Action {} // Action because it appeared in version 2.3
}