From 764ac297e89e33cae59f52709b2a05edd7015bbc Mon Sep 17 00:00:00 2001 From: Gunnar Sletta Date: Thu, 2 May 2013 22:05:11 +0200 Subject: Removed printout, optimize cinematic and added overlay performance test Change-Id: I7b2ceb52c10d5a02d9b696478c4d0b50af6ea64d Reviewed-by: Gunnar Sletta --- basicsuite/Qt5 Cinematic Demo/content/Background.qml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'basicsuite/Qt5 Cinematic Demo/content/Background.qml') diff --git a/basicsuite/Qt5 Cinematic Demo/content/Background.qml b/basicsuite/Qt5 Cinematic Demo/content/Background.qml index 8124d01..f0225ba 100644 --- a/basicsuite/Qt5 Cinematic Demo/content/Background.qml +++ b/basicsuite/Qt5 Cinematic Demo/content/Background.qml @@ -1,11 +1,10 @@ import QtQuick 2.0 import QtQuick.Particles 2.0 -Rectangle { +Item { id: root anchors.fill: parent - color: "#ffffff" Image { id: backgroundImage -- cgit v1.2.3