X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=homescreen%2Fsrc%2Fapplicationmodel.h;h=bffc4c9da75e90e0fa5e494e2991a92754373d01;hb=42ff0b116ebe137c566f06389477cb2ca7bcb2df;hp=2414b7ec80d82ed1192e56e0042a11271f7e7e16;hpb=e412b716601f96466ca786784facb558e28e92e4;p=apps%2Fhomescreen.git diff --git a/homescreen/src/applicationmodel.h b/homescreen/src/applicationmodel.h index 2414b7e..bffc4c9 100644 --- a/homescreen/src/applicationmodel.h +++ b/homescreen/src/applicationmodel.h @@ -30,8 +30,6 @@ public: QVariant data(const QModelIndex &index, int role = Qt::DisplayRole) const override; QHash roleNames() const override; - Q_INVOKABLE QString id(int index) const; - Q_INVOKABLE void move(int from, int to); private: class Private;