aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/demos/tweetsearch/content/FlipBar.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/quick/demos/tweetsearch/content/FlipBar.qml')
-rw-r--r--examples/quick/demos/tweetsearch/content/FlipBar.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/quick/demos/tweetsearch/content/FlipBar.qml b/examples/quick/demos/tweetsearch/content/FlipBar.qml
index 4b6cd48f93..729bf68c5a 100644
--- a/examples/quick/demos/tweetsearch/content/FlipBar.qml
+++ b/examples/quick/demos/tweetsearch/content/FlipBar.qml
@@ -59,7 +59,7 @@ Item {
width: cur.width
height: cur.height
- onFrontChanged: resync();
+ onFrontChanged: resync();
onBackChanged: resync();
function resync() {//TODO: Are the items ever actually visible?
@@ -128,7 +128,7 @@ Item {
sourceItem: back
hideSource: effect.visible
}
-
+
fragmentShader: "
uniform lowp float qt_Opacity;
uniform sampler2D sourceA;