Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[SIP] add missing operator for flags
  • Loading branch information
3nids committed Sep 1, 2014
1 parent 596dd6b commit 8a65115
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions python/gui/qgsmaplayerproxymodel.sip
Expand Up @@ -49,3 +49,5 @@ class QgsMapLayerProxyModel : QSortFilterProxyModel
bool lessThan( const QModelIndex &left, const QModelIndex &right ) const;
};

QFlags<QgsMapLayerProxyModel::Filter> operator|(QgsMapLayerProxyModel::Filter f1, QFlags<QgsMapLayerProxyModel::Filter> f2);

0 comments on commit 8a65115

Please sign in to comment.