X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=homescreen%2Fsrc%2Fstatusbarmodel.h;h=39d02db24df830f2a50d1d447b23d3f60f159e0e;hb=refs%2Fchanges%2F98%2F29598%2F1;hp=4e31f191a82325271c2eb03d76ffa43e86ce4676;hpb=58ecf2c3229ab677ca39095b52ab88b1a41861bd;p=apps%2Fhomescreen.git 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;