summaryrefslogtreecommitdiffstats
path: root/examples/multimedia/video/qmlvideofx/qml/qmlvideofx/Main.qml
diff options
context:
space:
mode:
authorAlex Blasche <alexander.blasche@digia.com>2014-09-18 11:33:46 +0200
committerAlex Blasche <alexander.blasche@digia.com>2014-09-22 11:11:10 +0200
commitf788f8e5c65a3d07a64d1507cc21714292dc6efd (patch)
tree176c73c081583b4e6cc1dd31324612f781a875c5 /examples/multimedia/video/qmlvideofx/qml/qmlvideofx/Main.qml
parentda383e5c7e3cbf94c054a9418a8b53ab4619bb83 (diff)
Make the multimedia examples less verbose
Important warnings such as missing services are still printed though. Task-number: QTBUG-31080 Change-Id: I96fd3837c4edc58c61b97bf950b7cab05ceed014 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com> Reviewed-by: Christian Stromme <christian.stromme@digia.com>
Diffstat (limited to 'examples/multimedia/video/qmlvideofx/qml/qmlvideofx/Main.qml')
-rw-r--r--examples/multimedia/video/qmlvideofx/qml/qmlvideofx/Main.qml6
1 files changed, 0 insertions, 6 deletions
diff --git a/examples/multimedia/video/qmlvideofx/qml/qmlvideofx/Main.qml b/examples/multimedia/video/qmlvideofx/qml/qmlvideofx/Main.qml
index 039e6c36f..b724ee3bd 100644
--- a/examples/multimedia/video/qmlvideofx/qml/qmlvideofx/Main.qml
+++ b/examples/multimedia/video/qmlvideofx/qml/qmlvideofx/Main.qml
@@ -160,7 +160,6 @@ Rectangle {
Loader {
id: performanceLoader
function init() {
- console.log("[qmlvideofx] performanceLoader.init logging " + root.perfMonitorsLogging + " visible " + root.perfMonitorsVisible)
var enabled = root.perfMonitorsLogging || root.perfMonitorsVisible
source = enabled ? "../performancemonitor/PerformanceItem.qml" : ""
}
@@ -249,11 +248,6 @@ Rectangle {
height = windowHeight
width = windowWidth
- console.log("[qmlvideofx] root.init")
- console.log("Height: ", Screen.desktopAvailableHeight)
- console.log("Width: ", Screen.desktopAvailableWidth)
- console.log("Pixels per mm: ", Math.ceil(Screen.pixelDensity))
- console.log("Orientation: ", Screen.orientation)
imageFileBrowser.folder = imagePath
videoFileBrowser.folder = videoPath
content.init()