summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorPaul Lemire <paul.lemire@kdab.com>2014-10-16 15:42:04 +0200
committerPaul Lemire <paul.lemire@kdab.com>2014-10-17 21:16:36 +0200
commit28c986e8be4c3fcb9a1002ab7ef9e8ad1b30ef03 (patch)
tree690a157d887e03f546ac414f9ed74de5ae363dec /examples
parent7f2972745acb721bb17378b216f6e5001744ca05 (diff)
QTechnique: renamed criteria property to annotations
Change-Id: I5a919ac6d0cc5fd7b27a72b22a2a497114241d9d Reviewed-by: Sean Harmer <sean.harmer@kdab.com>
Diffstat (limited to 'examples')
-rw-r--r--examples/playground-qml/main.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/playground-qml/main.qml b/examples/playground-qml/main.qml
index 8eaffb330..0bba43182 100644
--- a/examples/playground-qml/main.qml
+++ b/examples/playground-qml/main.qml
@@ -256,7 +256,7 @@ Entity {
effect : Effect {
techniques : [
Technique {
- criteria : [
+ annotations : [
Annotation { name : "RenderingStyle"; value : "forward"},
Annotation { name : "Enabled"; value : true}
]
@@ -484,7 +484,7 @@ Entity {
techniques : [
Technique {
openGLFilter {api : OpenGLFilter.Desktop; profile : OpenGLFilter.Core; minorVersion : 1; majorVersion : 3 }
- criteria : [
+ annotations : [
Annotation { name : "RenderingStyle"; value : "forward"},
Annotation { name : "Enabled"; value : timer.test; onValueChanged: console.log("VALUE " + value)}
]