summaryrefslogtreecommitdiffstats
path: root/VideoSlide.qml
diff options
context:
space:
mode:
Diffstat (limited to 'VideoSlide.qml')
-rw-r--r--VideoSlide.qml6
1 files changed, 3 insertions, 3 deletions
diff --git a/VideoSlide.qml b/VideoSlide.qml
index e87606b..adedbb7 100644
--- a/VideoSlide.qml
+++ b/VideoSlide.qml
@@ -3,7 +3,7 @@
** Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/legal
**
-** This file is part of the Qt 5.0 launch demo.
+** This file is part of the Qt 5 launch demo.
**
** $QT_BEGIN_LICENSE:BSD$
** You may use this file under the terms of the BSD license as follows:
@@ -39,7 +39,7 @@
****************************************************************************/
import QtQuick 2.0
-import QtMultimedia 5.0
+import QtMultimedia 5
import Qt.labs.presentation 1.0
import QtGraphicalEffects 1.0
@@ -76,7 +76,7 @@ Slide {
Text {
id: label
color: "white"
- text: "Qt 5.0"
+ text: "Qt 5"
font.family: "Times New Roman"
font.bold: true;
font.pixelSize: 60