We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
2 parents e2e3604 + 9d5617d commit 17528d6Copy full SHA for 17528d6
src/gui/qgsmaplayerproxymodel.h
@@ -40,7 +40,7 @@ class GUI_EXPORT QgsMapLayerProxyModel : public QSortFilterProxyModel
40
HasGeometry = PointLayer | LineLayer | PolygonLayer,
41
VectorLayer = NoGeometry | HasGeometry,
42
PluginLayer = 32,
43
- All = RasterLayer | PolygonLayer | PluginLayer
+ All = RasterLayer | VectorLayer | PluginLayer
44
};
45
Q_DECLARE_FLAGS( Filters, Filter )
46
0 commit comments