diff options
Diffstat (limited to 'HomeDefault.ui.qml')
-rw-r--r-- | HomeDefault.ui.qml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/HomeDefault.ui.qml b/HomeDefault.ui.qml index 3f2777b..be58d58 100644 --- a/HomeDefault.ui.qml +++ b/HomeDefault.ui.qml @@ -3,7 +3,6 @@ import QtQuick.Controls 2.15 import QtQuick.Layouts 1.15 Flickable { - property alias header: header property alias counter: counter property alias popular: popular property alias getStarted: getStarted @@ -22,11 +21,6 @@ Flickable { right: parent.right } - Header { - id: header - Layout.fillWidth: true - } - Item { implicitHeight: banner.height + counter.height + popular.height |