b7c3427c85693775c1a3f7a3d640a673b078ad24
[profile/ivi/qtdeclarative.git] / tests / auto / declarative / qdeclarativecontext / data / RefreshExpressionsType.qml
1 import QtQuick 2.0
2
3 QtObject {
4     property var dummy: countCommand.doCommand();
5 }