From 28ee5b12ff800ff25dd646730011f2d8d4ad9699 Mon Sep 17 00:00:00 2001 From: Sze Howe Koh Date: Sun, 27 Jan 2013 12:25:02 +0800 Subject: Doc: Fix module name format Follow the conventions at http://qt-project.org/wiki/Spelling_Module_Names_in_Qt_Documentation QtMultimedia -> Qt Multimedia (Also, QtMultimediaKit has been merged into Qt Multimedia in Qt 5) Change-Id: I3c23435d5eceb946ea320756b835da937726db24 Reviewed-by: Laszlo Papp Reviewed-by: Jerome Pasion --- examples/multimedia/video/qmlvideo/qml/qmlvideo/CameraDummy.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'examples/multimedia/video/qmlvideo/qml/qmlvideo/CameraDummy.qml') diff --git a/examples/multimedia/video/qmlvideo/qml/qmlvideo/CameraDummy.qml b/examples/multimedia/video/qmlvideo/qml/qmlvideo/CameraDummy.qml index f23fd01e5..baf69b706 100644 --- a/examples/multimedia/video/qmlvideo/qml/qmlvideo/CameraDummy.qml +++ b/examples/multimedia/video/qmlvideo/qml/qmlvideo/CameraDummy.qml @@ -41,7 +41,7 @@ import QtQuick 2.0 -// Item which is loaded by CameraItem if QtMultimediaKit is not available +// Item which is loaded by CameraItem if Qt Multimedia is not available Rectangle { id: root color: "grey" @@ -56,7 +56,7 @@ Rectangle { anchors.margins: 10 color: "white" horizontalAlignment: Text.AlignHCenter - text: "Failed to create Camera item\n\nCheck that QtMultimediaKit is installed" + text: "Failed to create Camera item\n\nCheck that Qt Multimedia is installed" verticalAlignment: Text.AlignVCenter wrapMode: Text.Wrap } -- cgit v1.2.3