Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
s/Fetch/Fetches
Co-authored-by: Paul Blottiere <blottiere.paul@gmail.com>
  • Loading branch information
troopa81 and pblottiere committed Jul 30, 2021
1 parent 8212747 commit f26b15b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/externalstorage/qgsexternalstorage.h
Expand Up @@ -64,7 +64,7 @@ class CORE_EXPORT QgsExternalStorage
virtual QgsExternalStorageStoredContent *store( const QString &filePath, const QString &url, const QString &authcfg = QString() ) const = 0 SIP_FACTORY;

/**
* Fetch file from \a url for this project external storage.
* Fetches file from \a url for this project external storage.
* Fetching process is run in background.
* Returns a QgsExternalStorageFetchedContent to follow the status of the fetched resource.
*
Expand Down

0 comments on commit f26b15b

Please sign in to comment.