qtdeclarative/tests/auto/qml/qmllint/data/crashConnections.qml

5 lines
62 B
QML

import QtQuick 2.0
Connections {
target: FirstRunDialog
}