summaryrefslogtreecommitdiffstats
path: root/desktop_devguide/chapter_07/src/notezapp/qml/noteapp/main.qml
diff options
context:
space:
mode:
Diffstat (limited to 'desktop_devguide/chapter_07/src/notezapp/qml/noteapp/main.qml')
-rw-r--r--desktop_devguide/chapter_07/src/notezapp/qml/noteapp/main.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/desktop_devguide/chapter_07/src/notezapp/qml/noteapp/main.qml b/desktop_devguide/chapter_07/src/notezapp/qml/noteapp/main.qml
index 35bc299..eb6e9b9 100644
--- a/desktop_devguide/chapter_07/src/notezapp/qml/noteapp/main.qml
+++ b/desktop_devguide/chapter_07/src/notezapp/qml/noteapp/main.qml
@@ -36,7 +36,7 @@
**
****************************************************************************/
-import QtQuick 1.1
+import QtQuick 2.0
import "noteDB.js" as NoteDB
@@ -95,7 +95,7 @@ Rectangle {
}
// the toolbar -
- // using a Column element to layout the Tool items vertically
+ // using a Column type to layout the Tool items vertically
Column {
id: toolbar
spacing: 16