Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update src/core/providers/qgsdataprovider.h
Co-authored-by: Nyall Dawson <nyall.dawson@gmail.com>
  • Loading branch information
elpaso and nyalldawson committed Nov 29, 2021
1 parent 970329a commit 8f09f72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/providers/qgsdataprovider.h
Expand Up @@ -124,7 +124,7 @@ class CORE_EXPORT QgsDataProvider : public QObject
SkipFeatureCount = 1 << 1, //!< Make featureCount() return -1 to indicate unknown, and subLayers() to return a unknown feature count as well. Since QGIS 3.18. Only implemented by OGR provider at time of writing.
FlagLoadDefaultStyle = 1 << 2, //!< Reset the layer's style to the default for the datasource
SkipGetExtent = 1 << 3, //!< Skip the extent from provider
SkipFullScan = 1 << 4, //!< Skip expensive full scan on files (i.e. on delimited text)
SkipFullScan = 1 << 4, //!< Skip expensive full scan on files (i.e. on delimited text) (since QGIS 3.24)
};
Q_DECLARE_FLAGS( ReadFlags, ReadFlag )

Expand Down

0 comments on commit 8f09f72

Please sign in to comment.