diff options
Diffstat (limited to 'homescreen')
-rw-r--r-- | homescreen/src/statusbarmodel.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/homescreen/src/statusbarmodel.h b/homescreen/src/statusbarmodel.h index 39fe148..4e31f19 100644 --- a/homescreen/src/statusbarmodel.h +++ b/homescreen/src/statusbarmodel.h @@ -18,6 +18,7 @@ #define STATUSBARMODEL_H #include <QtCore/QAbstractListModel> +#include <QtQml/QQmlContext> class StatusBarModel : public QAbstractListModel { |