aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Porter <mporter@konsulko.com>2018-08-01 07:06:23 -0400
committerMatt Porter <mporter@konsulko.com>2018-08-01 07:06:23 -0400
commit220d40ffb6339edd3bb14d29d32cabfa44293fc9 (patch)
tree6f31c7f59c3f66786a85b55730b0fe5748c12978
parentdb717523a6f9797312c94e756bac1b7b542e40ed (diff)
StatusBarModel: fix QQmlContext reference
Fix missing include Bug-AGL: SPEC-1628 Change-Id: Ie0a6d2feff2a92cffc26e83e1bf6a12fd8cd8ebb Signed-off-by: Matt Porter <mporter@konsulko.com>
-rw-r--r--homescreen/src/statusbarmodel.h1
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
{