From 8eb93b8848737ed3a27fde8ea36e82bf2333c2bd Mon Sep 17 00:00:00 2001 From: Laurent Cozic Date: Thu, 12 Jan 2017 18:20:46 +0100 Subject: [PATCH] Removed note list and replace with itemlist --- QtClient/JoplinQtClient/MainPage.qml | 2 +- QtClient/JoplinQtClient/qml.qrc | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/QtClient/JoplinQtClient/MainPage.qml b/QtClient/JoplinQtClient/MainPage.qml index 427ddb749a..8d59f4691e 100755 --- a/QtClient/JoplinQtClient/MainPage.qml +++ b/QtClient/JoplinQtClient/MainPage.qml @@ -50,7 +50,7 @@ Item { } } - NoteList { + ItemList { id: noteList model: noteListModel Layout.fillWidth: true diff --git a/QtClient/JoplinQtClient/qml.qrc b/QtClient/JoplinQtClient/qml.qrc index 5b11554462..ce730dda9a 100755 --- a/QtClient/JoplinQtClient/qml.qrc +++ b/QtClient/JoplinQtClient/qml.qrc @@ -2,7 +2,6 @@ app.qml ItemList.qml - NoteList.qml NoteEditor.qml AddButton.qml EditableListItem.qml