Removed note list and replace with itemlist

pull/41/head
Laurent Cozic 2017-01-12 18:20:46 +01:00
parent b02da1b80c
commit 8eb93b8848
2 changed files with 1 additions and 2 deletions

View File

@ -50,7 +50,7 @@ Item {
} }
} }
NoteList { ItemList {
id: noteList id: noteList
model: noteListModel model: noteListModel
Layout.fillWidth: true Layout.fillWidth: true

View File

@ -2,7 +2,6 @@
<qresource prefix="/"> <qresource prefix="/">
<file>app.qml</file> <file>app.qml</file>
<file>ItemList.qml</file> <file>ItemList.qml</file>
<file>NoteList.qml</file>
<file>NoteEditor.qml</file> <file>NoteEditor.qml</file>
<file>AddButton.qml</file> <file>AddButton.qml</file>
<file>EditableListItem.qml</file> <file>EditableListItem.qml</file>