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

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