aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmllint/data/crashConnections.qml
blob: cac50c84bd5317ca713c2b8b66065f68b5c374d5 (plain)
1
2
3
4
5
import QtQuick 2.0

Connections {
    target: FirstRunDialog
}