Skip to content

Commit c13b419

Browse files
committedNov 29, 2018
fix python bindings
1 parent e03537a commit c13b419

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎python/core/auto_generated/locator/qgslocatorfilter.sip.in‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ normally.
6868
QString iconPath;
6969
};
7070

71-
QList<ResultAction> actions;
71+
QList<QgsLocatorResult::ResultAction> actions;
7272
};
7373

7474

‎src/core/locator/qgslocatorfilter.h‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ class CORE_EXPORT QgsLocatorResult
127127
* a context menu.
128128
* \since QGIS 3.6
129129
*/
130-
QList<ResultAction> actions;
130+
QList<QgsLocatorResult::ResultAction> actions;
131131
};
132132

133133
Q_DECLARE_METATYPE( QgsLocatorResult::ResultAction )

0 commit comments

Comments
 (0)
Please sign in to comment.