Skip to content

Commit

Permalink
make proxyModel method q_invokable
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed Nov 6, 2018
1 parent 6a9d7a6 commit 8e34e37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/locator/qgslocatorwidgetcore.h
Expand Up @@ -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;
Expand Down

0 comments on commit 8e34e37

Please sign in to comment.