summaryrefslogtreecommitdiffstats
path: root/desktop_devguide/chapter_04/src/notezapp/Note.qml
diff options
context:
space:
mode:
authorVenugopal Shivashankar <venugopal.shivashankar@digia.com>2013-02-15 18:13:18 +0100
committerVenugopal Shivashankar <venugopal.shivashankar@digia.com>2013-02-27 13:42:12 +0100
commit625972f263fce22f65ae258b1e11bee3b49a4770 (patch)
tree34cf343cccfe10831e164a62b7d5cb9e98fff28d /desktop_devguide/chapter_04/src/notezapp/Note.qml
parent3df3246bb4a7a64d9207f2460df884d22603c623 (diff)
Updated the desktop development guide
- Changed the text and QML constructs to be Qt Quick2 compliant - Replaced all links to Qt Quick1 with relevant Qt Quick 2 links - Updated the example sources to use QtQuick 2.0 Task-number: QTBUG-28831 Change-Id: I9f2b7204064857dfb644c6df4d533b66f9eb4594 Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
Diffstat (limited to 'desktop_devguide/chapter_04/src/notezapp/Note.qml')
-rw-r--r--desktop_devguide/chapter_04/src/notezapp/Note.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop_devguide/chapter_04/src/notezapp/Note.qml b/desktop_devguide/chapter_04/src/notezapp/Note.qml
index 3269bfd..2786b18 100644
--- a/desktop_devguide/chapter_04/src/notezapp/Note.qml
+++ b/desktop_devguide/chapter_04/src/notezapp/Note.qml
@@ -36,7 +36,7 @@
**
****************************************************************************/
-import QtQuick 1.1
+import QtQuick 2.0
// Note.qml