Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
complete roleNames
  • Loading branch information
3nids committed Nov 28, 2018
1 parent 1bc0fbf commit 50d29b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/locator/qgslocatormodel.cpp
Expand Up @@ -191,6 +191,7 @@ QHash<int, QByteArray> QgsLocatorModel::roleNames() const
roles[ResultScoreRole] = "ResultScore";
roles[ResultFilterNameRole] = "ResultFilterName";
roles[ResultFilterGroupSortingRole] = "ResultFilterGroupSorting";
roles[ResultContextMenuActionsRole] = "ResultContextMenuActions";
roles[Qt::DisplayRole] = "Text";
return roles;
}
Expand Down

0 comments on commit 50d29b9

Please sign in to comment.