~ubuntu-branches/ubuntu/vivid/plasma-desktop/vivid-proposed

« back to all changes in this revision

Viewing changes to applets/kickoff/core/models.h

  • Committer: Package Import Robot
  • Author(s): Harald Sitter
  • Date: 2015-01-27 14:58:59 UTC
  • mfrom: (1.1.4)
  • Revision ID: package-import@ubuntu.com-20150127145859-8os1p644gf9n14ba
Tags: 4:5.2.0-0ubuntu1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
74
74
    /** relative path of the item */
75
75
    RelPathRole = Qt::UserRole + 8,
76
76
    IconNameRole = Qt::UserRole + 9,
77
 
    GroupNameRole = IconNameRole,
78
 
    MimeDataRole = Qt::UserRole + 10,
 
77
    GroupNameRole = Qt::UserRole + 10,
 
78
    MimeDataRole = Qt::UserRole + 11,
79
79
    LastDataRole = Qt::UserRole + 100
80
80
};
81
81