Skip to content

Commit

Permalink
remove destructor
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed May 19, 2020
1 parent b67f6bf commit 5d892e7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
Expand Up @@ -32,8 +32,6 @@ The resolving of the file paths happens in QgsPathResolver.
public:
QgsLocalizedDataPathRegistry();

~QgsLocalizedDataPathRegistry();

QString globalPath( const QString &localizedPath ) const;
%Docstring
Returns the global path if the file has been found in one of the paths, an empty string otherwise
Expand Down
2 changes: 0 additions & 2 deletions src/core/qgslocalizeddatapathregistry.h
Expand Up @@ -43,8 +43,6 @@ class CORE_EXPORT QgsLocalizedDataPathRegistry
public:
QgsLocalizedDataPathRegistry();

~QgsLocalizedDataPathRegistry() = default;

//! Returns the global path if the file has been found in one of the paths, an empty string otherwise
QString globalPath( const QString &localizedPath ) const;

Expand Down

0 comments on commit 5d892e7

Please sign in to comment.