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);