mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-15 00:04:37 -04:00
Typo in docstring
This commit is contained in:
parent
ab74ecc3ad
commit
6bc1d1f7d6
@ -91,7 +91,7 @@ class QgsOgrDataCollectionItem : public QgsDataCollectionItem
|
|||||||
*/
|
*/
|
||||||
static bool storeConnection( const QString &path, const QString &ogrDriverName );
|
static bool storeConnection( const QString &path, const QString &ogrDriverName );
|
||||||
|
|
||||||
/** Utility function to create and tore a new DB connection
|
/** Utility function to create and store a new DB connection
|
||||||
* \param name is the translatable name of the managed layers (e.g. "GeoPackage")
|
* \param name is the translatable name of the managed layers (e.g. "GeoPackage")
|
||||||
* \param extensions is a string with file extensions (e.g. "GeoPackage Database (*.gpkg *.GPKG)")
|
* \param extensions is a string with file extensions (e.g. "GeoPackage Database (*.gpkg *.GPKG)")
|
||||||
* \param ogrDriverName the OGR/GDAL driver name (e.g. "GPKG")
|
* \param ogrDriverName the OGR/GDAL driver name (e.g. "GPKG")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user