Skip to content

Commit 8e34e37

Browse files
committedNov 6, 2018
make proxyModel method q_invokable
1 parent 6a9d7a6 commit 8e34e37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/core/locator/qgslocatorwidgetcore.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ class CORE_EXPORT QgsLocatorWidgetCore : public QObject
5454
QgsLocator *locator() const;
5555

5656
//! Returns the proxy model
57-
QgsLocatorProxyModel *proxyModel() const;
57+
Q_INVOKABLE QgsLocatorProxyModel *proxyModel() const;
5858

5959
//! Returns true if some text to be search is pending in the queue
6060
bool hasQueueRequested() const;

0 commit comments

Comments
 (0)
Please sign in to comment.