We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent e03537a commit c13b419Copy full SHA for c13b419
python/core/auto_generated/locator/qgslocatorfilter.sip.in
@@ -68,7 +68,7 @@ normally.
68
QString iconPath;
69
};
70
71
- QList<ResultAction> actions;
+ QList<QgsLocatorResult::ResultAction> actions;
72
73
74
src/core/locator/qgslocatorfilter.h
@@ -127,7 +127,7 @@ class CORE_EXPORT QgsLocatorResult
127
* a context menu.
128
* \since QGIS 3.6
129
*/
130
131
132
133
Q_DECLARE_METATYPE( QgsLocatorResult::ResultAction )
0 commit comments