aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qmlls/utils/data/findUsages/signalsAndHandlers/widthChangedInAnotherFile.qml
blob: aecee2437a4ba88faa90dfb1267c917b222bf562 (plain)
1
2
3
4
5
6
import QtQuick

Item {
    function f() {}
    onWidthChanged: f
}