aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlpropertycache/data/derivedGadgetMethod.qml
blob: 6f7f4da0d1955313fb0d72b14ed4ab029ffe5e89 (plain)
1
2
3
4
5
6
7
import QtQml 2.0
import Test.PropertyCache 1.0

GadgetUser {
    baseString: base.stringValue()
    derivedString: derived.stringValue()
}