Skip to content

Commit

Permalink
missing destructor
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed Nov 9, 2018
1 parent 31cd164 commit f4f5d1e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Expand Up @@ -29,6 +29,7 @@ to be used in a locator widget.
%Docstring
Constructor of QgsLocatorModelBridge
%End
virtual ~QgsLocatorModelBridge();

void performSearch( const QString &text );
%Docstring
Expand Down
1 change: 1 addition & 0 deletions src/core/locator/qgslocatormodelbridge.h
Expand Up @@ -44,6 +44,7 @@ class CORE_EXPORT QgsLocatorModelBridge : public QObject
public:
//! Constructor of QgsLocatorModelBridge
explicit QgsLocatorModelBridge( QObject *parent = nullptr );
virtual ~QgsLocatorModelBridge() = default;

//! Perform a search
Q_INVOKABLE void performSearch( const QString &text );
Expand Down

0 comments on commit f4f5d1e

Please sign in to comment.