aboutsummaryrefslogtreecommitdiffstats
path: root/homescreen/src/statusbarmodel.h
diff options
context:
space:
mode:
Diffstat (limited to 'homescreen/src/statusbarmodel.h')
-rw-r--r--homescreen/src/statusbarmodel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/homescreen/src/statusbarmodel.h b/homescreen/src/statusbarmodel.h
index 4e31f19..39d02db 100644
--- a/homescreen/src/statusbarmodel.h
+++ b/homescreen/src/statusbarmodel.h
@@ -27,7 +27,7 @@ public:
explicit StatusBarModel(QObject *parent = NULL);
~StatusBarModel();
- void init(QUrl &url, QQmlContext *context);
+ void init(QQmlContext *context);
int rowCount(const QModelIndex &parent = QModelIndex()) const override;
QVariant data(const QModelIndex &index, int role = Qt::DisplayRole) const override;