Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
Co-authored-by: Paul Blottiere <blottiere.paul@gmail.com>
  • Loading branch information
troopa81 and pblottiere committed Jul 30, 2021
1 parent f26b15b commit 3ab2a21
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions src/core/externalstorage/qgsexternalstorage.h
Expand Up @@ -103,7 +103,7 @@ class CORE_EXPORT QgsExternalStorageContent : public QObject
public slots:

/**
* Cancel content fetching/storing
* Cancels content fetching/storing
*/
virtual void cancel() {};

Expand Down Expand Up @@ -150,7 +150,7 @@ class CORE_EXPORT QgsExternalStorageFetchedContent : public QgsExternalStorageCo
public:

/**
* Return fetched resource file path
* Returns fetched resource file path
*/
virtual QString filePath() const = 0;

Expand All @@ -175,7 +175,7 @@ class CORE_EXPORT QgsExternalStorageStoredContent : public QgsExternalStorageCon
public:

/**
* Return stored resource URL
* Returns stored resource URL
*/
virtual QString url() const = 0;

Expand Down
2 changes: 1 addition & 1 deletion src/core/externalstorage/qgssimplecopyexternalstorage_p.h
@@ -1,5 +1,5 @@
/***************************************************************************
qgssimplecopyexternalstorage.h
qgssimplecopyexternalstorage_p.h
--------------------------------------
Date : March 2021
Copyright : (C) 2021 by Julien Cabieces
Expand Down

0 comments on commit 3ab2a21

Please sign in to comment.