diff options
author | Matt Porter <mporter@konsulko.com> | 2018-08-01 07:06:23 -0400 |
---|---|---|
committer | Matt Porter <mporter@konsulko.com> | 2018-08-01 07:06:23 -0400 |
commit | 220d40ffb6339edd3bb14d29d32cabfa44293fc9 (patch) | |
tree | 6f31c7f59c3f66786a85b55730b0fe5748c12978 /homescreen | |
parent | db717523a6f9797312c94e756bac1b7b542e40ed (diff) |
StatusBarModel: fix QQmlContext reference
Fix missing include
Bug-AGL: SPEC-1628
Change-Id: Ie0a6d2feff2a92cffc26e83e1bf6a12fd8cd8ebb
Signed-off-by: Matt Porter <mporter@konsulko.com>
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 { |