Revert "Use appid between homescreen-service and apps"
[apps/launcher.git] / launcher / src / applicationmodel.h
index 71c79fc..8398b62 100644 (file)
@@ -31,7 +31,6 @@ public:
 
     QVariant data(const QModelIndex &index, int role = Qt::DisplayRole) const override;
     QHash<int, QByteArray> roleNames() const override;
-    Q_INVOKABLE QString appid(int index) const;
     Q_INVOKABLE QString id(int index) const;
     Q_INVOKABLE QString name(int index) const;
     Q_INVOKABLE void move(int from, int to);