From 05965bf39cf98c792ad6a3da5ccbed99a3d35606 Mon Sep 17 00:00:00 2001 From: Tobias Fella Date: Sat, 29 Feb 2020 00:17:11 +0100 Subject: [PATCH] remove component --- src/contents/ui/FeedListPage.qml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/contents/ui/FeedListPage.qml b/src/contents/ui/FeedListPage.qml index a61a94d7..5a5c5c28 100644 --- a/src/contents/ui/FeedListPage.qml +++ b/src/contents/ui/FeedListPage.qml @@ -26,8 +26,7 @@ import org.kde.kirigami 2.4 as Kirigami import org.kde.alligator 1.0 -Component { - Kirigami.ScrollablePage { +Kirigami.ScrollablePage { title: "Alligator" contextualActions: [ @@ -94,4 +93,3 @@ Component { } } } -}