mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-28 00:17:30 -05:00
Make filters of QgsMapLayerProxyModel a property
This commit is contained in:
parent
281117d78f
commit
a5a731be25
@ -29,6 +29,9 @@ class GUI_EXPORT QgsMapLayerProxyModel : public QSortFilterProxyModel
|
||||
{
|
||||
Q_OBJECT
|
||||
Q_FLAGS( Filters )
|
||||
|
||||
Q_PROPERTY( QgsMapLayerProxyModel::Filters filters READ filters WRITE setFilters )
|
||||
|
||||
public:
|
||||
enum Filter
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user