make proxyModel method q_invokable

This commit is contained in:
Denis Rouzaud 2018-11-02 15:29:16 -04:00
parent 6a9d7a69d8
commit 8e34e374df

View File

@ -54,7 +54,7 @@ class CORE_EXPORT QgsLocatorWidgetCore : public QObject
QgsLocator *locator() const;
//! Returns the proxy model
QgsLocatorProxyModel *proxyModel() const;
Q_INVOKABLE QgsLocatorProxyModel *proxyModel() const;
//! Returns true if some text to be search is pending in the queue
bool hasQueueRequested() const;