1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-02-01 19:15:01 +02:00

Removed note list and replace with itemlist

This commit is contained in:
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
model: noteListModel
Layout.fillWidth: true

View File

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