mirror of https://github.com/laurent22/joplin.git
Removed note list and replace with itemlist
parent
b02da1b80c
commit
8eb93b8848
|
@ -50,7 +50,7 @@ Item {
|
|||
}
|
||||
}
|
||||
|
||||
NoteList {
|
||||
ItemList {
|
||||
id: noteList
|
||||
model: noteListModel
|
||||
Layout.fillWidth: true
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue