From 220d40ffb6339edd3bb14d29d32cabfa44293fc9 Mon Sep 17 00:00:00 2001 From: Matt Porter Date: Wed, 1 Aug 2018 07:06:23 -0400 Subject: StatusBarModel: fix QQmlContext reference Fix missing include Bug-AGL: SPEC-1628 Change-Id: Ie0a6d2feff2a92cffc26e83e1bf6a12fd8cd8ebb Signed-off-by: Matt Porter --- homescreen/src/statusbarmodel.h | 1 + 1 file changed, 1 insertion(+) (limited to 'homescreen') 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 +#include class StatusBarModel : public QAbstractListModel { -- cgit 1.2.3-korg