aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativecontext/data/Object_22535.qml
blob: 294c744317e57199ef86801d36224eba50109090 (plain)
1
2
3
4
5
6
7
8
import QtQuick 2.0

QtObject {

    function goodBye()
    {
    }
}