From 787230e4608b61aded7c4bca2516010d80f67719 Mon Sep 17 00:00:00 2001 From: Nyall Dawson Date: Thu, 5 Nov 2020 12:38:18 +1000 Subject: [PATCH] Spelling --- python/core/auto_generated/qgsprovidermetadata.sip.in | 2 +- python/core/auto_generated/qgsproviderregistry.sip.in | 2 +- src/core/qgsprovidermetadata.h | 2 +- src/core/qgsproviderregistry.h | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/python/core/auto_generated/qgsprovidermetadata.sip.in b/python/core/auto_generated/qgsprovidermetadata.sip.in index 38c32d77d2df..be6aa9c8b441 100644 --- a/python/core/auto_generated/qgsprovidermetadata.sip.in +++ b/python/core/auto_generated/qgsprovidermetadata.sip.in @@ -202,7 +202,7 @@ The default implementation returns 0 for all URIs. Returns ``True`` if the specified ``uri`` is known by this provider to be something which should be blocklisted from the QGIS interface, e.g. an internal detail only. -Specifically, this method can be utilised by the browser panel to hide noisy internal details +Specifically, this method can be utilized by the browser panel to hide noisy internal details by returning ``True`` for URIs which are known to be sidecar files only, such as ".aux.xml" files or ".shp.xml" files, or the "ept-build.json" files which sit alongside Entwine "ept.json" point cloud sources. diff --git a/python/core/auto_generated/qgsproviderregistry.sip.in b/python/core/auto_generated/qgsproviderregistry.sip.in index 83a4161f825c..6e9d347fd69b 100644 --- a/python/core/auto_generated/qgsproviderregistry.sip.in +++ b/python/core/auto_generated/qgsproviderregistry.sip.in @@ -324,7 +324,7 @@ handle the URI. Returns ``True`` if the specified ``uri`` is known by any registered provider to be something which should be blocklisted from the QGIS interface, e.g. an internal detail only. -Specifically, this method can be utilised by the browser panel to hide noisy internal details +Specifically, this method can be utilized by the browser panel to hide noisy internal details for URIs which are known to be sidecar files only, such as ".aux.xml" files or ".shp.xml" files, or the "ept-build.json" files which sit alongside Entwine "ept.json" point cloud sources. diff --git a/src/core/qgsprovidermetadata.h b/src/core/qgsprovidermetadata.h index 8c366efea893..63e5ead3de2d 100644 --- a/src/core/qgsprovidermetadata.h +++ b/src/core/qgsprovidermetadata.h @@ -256,7 +256,7 @@ class CORE_EXPORT QgsProviderMetadata : public QObject * Returns TRUE if the specified \a uri is known by this provider to be something which should * be blocklisted from the QGIS interface, e.g. an internal detail only. * - * Specifically, this method can be utilised by the browser panel to hide noisy internal details + * Specifically, this method can be utilized by the browser panel to hide noisy internal details * by returning TRUE for URIs which are known to be sidecar files only, such as ".aux.xml" files * or ".shp.xml" files, or the "ept-build.json" files which sit alongside Entwine "ept.json" point * cloud sources. diff --git a/src/core/qgsproviderregistry.h b/src/core/qgsproviderregistry.h index adac660473e4..39dbd490a702 100644 --- a/src/core/qgsproviderregistry.h +++ b/src/core/qgsproviderregistry.h @@ -322,7 +322,7 @@ class CORE_EXPORT QgsProviderRegistry * Returns TRUE if the specified \a uri is known by any registered provider to be something which should * be blocklisted from the QGIS interface, e.g. an internal detail only. * - * Specifically, this method can be utilised by the browser panel to hide noisy internal details + * Specifically, this method can be utilized by the browser panel to hide noisy internal details * for URIs which are known to be sidecar files only, such as ".aux.xml" files or ".shp.xml" files, * or the "ept-build.json" files which sit alongside Entwine "ept.json" point cloud sources. *