From 93400faa217c705a0f16d2c9a6a22868de21fe2a Mon Sep 17 00:00:00 2001 From: Marco Martin Date: Tue, 17 Sep 2019 13:00:07 +0200 Subject: [PATCH] add missing line --- containments/homescreen/homescreen.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/containments/homescreen/homescreen.h b/containments/homescreen/homescreen.h index f99492e8..7cbfaf4e 100644 --- a/containments/homescreen/homescreen.h +++ b/containments/homescreen/homescreen.h @@ -36,6 +36,8 @@ public: HomeScreen( QObject *parent, const QVariantList &args ); ~HomeScreen() override; + void configChanged() override; + ApplicationListModel *applicationListModel(); Q_INVOKABLE void stackBefore(QQuickItem *item1, QQuickItem *item2);