This commit is contained in:
Nyall Dawson 2018-06-21 10:26:03 +10:00
parent 5cfa18ee9f
commit 981c6686c0
2 changed files with 2 additions and 2 deletions

View File

@ -434,7 +434,7 @@ returned formats.
static QStringList supportedFormatExtensions( VectorFormatOptions options = SortRecommended );
%Docstring
Returns a list of file extensions for supported formats.
Returns a list of file extensions for supported formats, e.g "shp", "gpkg".
The ``options`` argument can be used to control the sorting and filtering of
returned formats.

View File

@ -536,7 +536,7 @@ class CORE_EXPORT QgsVectorFileWriter : public QgsFeatureSink
static QList< QgsVectorFileWriter::FilterFormatDetails > supportedFiltersAndFormats( VectorFormatOptions options = SortRecommended );
/**
* Returns a list of file extensions for supported formats.
* Returns a list of file extensions for supported formats, e.g "shp", "gpkg".
*
* The \a options argument can be used to control the sorting and filtering of
* returned formats.