Skip to content

Commit

Permalink
Resolve merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
borysiasty committed Sep 18, 2018
1 parent d838d63 commit a041c50
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/app/pluginmanager/qgspluginsortfilterproxymodel.h
Expand Up @@ -29,8 +29,7 @@ const int PLUGIN_ERROR_ROLE = Qt::UserRole + 5; // for filtering
const int PLUGIN_STATUS_ROLE = Qt::UserRole + 6; // for filtering and sorting
const int PLUGIN_DOWNLOADS_ROLE = Qt::UserRole + 7; // for sorting
const int PLUGIN_VOTE_ROLE = Qt::UserRole + 8; // for sorting
const int PLUGIN_REPOSITORY_ROLE = Qt::UserRole + 9; // for sorting
const int PLUGIN_ISDEPRECATED_ROLE = Qt::UserRole + 10; // for styling
const int PLUGIN_ISDEPRECATED_ROLE = Qt::UserRole + 9; // for styling
const int SPACER_ROLE = Qt::UserRole + 20; // for sorting


Expand Down

0 comments on commit a041c50

Please sign in to comment.