aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativecontext/data/RefreshExpressionsType.qml
blob: b7c3427c85693775c1a3f7a3d640a673b078ad24 (plain)
1
2
3
4
5
import QtQuick 2.0

QtObject {
    property var dummy: countCommand.doCommand();
}