aboutsummaryrefslogtreecommitdiffstats
path: root/examples/qml/plugins/plugins.qml
diff options
context:
space:
mode:
authorVenugopal Shivashankar <venugopal.shivashankar@digia.com>2012-10-23 12:44:41 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-10-29 16:48:43 +0100
commitb7e319bc30f47c4ea43b8aaa9402727c775c2d0c (patch)
treee2eaef2f776a42b87f430af6db185e32303ac6bb /examples/qml/plugins/plugins.qml
parent3c4574e3631b998d228a33fe2186ea6370a69193 (diff)
Changed the plugin module name
The earlier name, com.nokia.TimeExample is irrelevant now. Also updated all instances of documentation where this older module name was referred. Change-Id: Ic252d0e72af23c2d39d5fed55f242e47c1b6bde9 Reviewed-by: J-P Nurmi <jpnurmi@digia.com> Reviewed-by: Jens Bache-Wiig <jens.bache-wiig@digia.com>
Diffstat (limited to 'examples/qml/plugins/plugins.qml')
-rw-r--r--examples/qml/plugins/plugins.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/qml/plugins/plugins.qml b/examples/qml/plugins/plugins.qml
index a184395c64..db570cf307 100644
--- a/examples/qml/plugins/plugins.qml
+++ b/examples/qml/plugins/plugins.qml
@@ -38,9 +38,9 @@
**
****************************************************************************/
//![0]
-import com.nokia.TimeExample 1.0 // import types from the plugin
+import TimeExample 1.0 // import types from the plugin
-Clock { // this class is defined in QML (com/nokia/TimeExample/Clock.qml)
+Clock { // this class is defined in QML (imports/TimeExample/Clock.qml)
Time { // this class is defined in C++ (plugin.cpp)
id: time