~blue-shell/homerun/1.2

« back to all changes in this revision

Viewing changes to components/sources/installedapps/installedappsmodel.h

  • Committer: Eike Hein
  • Date: 2014-06-30 14:40:17 UTC
  • Revision ID: git-v1:f2cf777f0def0d72c8cf7eb088855e655c3f971c
Expand search to app descriptions.

Show diffs side-by-side

added added

removed removed

Lines of Context:
126
126
        FavoriteIdRole = Qt::UserRole + 1,
127
127
        HasActionListRole,
128
128
        ActionListRole,
129
 
        GenericNameRole
 
129
        GenericNameRole,
 
130
        CombinedNameRole
130
131
    };
131
132
 
132
133
    InstalledAppsModel(const QString &entryPath, const QString &installer, QObject *parent = 0);