mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
missing destructor
This commit is contained in:
parent
31cd1644c3
commit
f4f5d1ef5b
@ -29,6 +29,7 @@ to be used in a locator widget.
|
||||
%Docstring
|
||||
Constructor of QgsLocatorModelBridge
|
||||
%End
|
||||
virtual ~QgsLocatorModelBridge();
|
||||
|
||||
void performSearch( const QString &text );
|
||||
%Docstring
|
||||
|
@ -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 );
|
||||
|
Loading…
x
Reference in New Issue
Block a user