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

MouseArea {
    onDoubleClicked: console.log(mouse);
}