mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-02 00:04:53 -04:00
make proxyModel method q_invokable
This commit is contained in:
parent
6a9d7a69d8
commit
8e34e374df
@ -54,7 +54,7 @@ class CORE_EXPORT QgsLocatorWidgetCore : public QObject
|
|||||||
QgsLocator *locator() const;
|
QgsLocator *locator() const;
|
||||||
|
|
||||||
//! Returns the proxy model
|
//! 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
|
//! Returns true if some text to be search is pending in the queue
|
||||||
bool hasQueueRequested() const;
|
bool hasQueueRequested() const;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user