Skip to content

Commit

Permalink
fix python bindings
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed Nov 29, 2018
1 parent e03537a commit c13b419
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion python/core/auto_generated/locator/qgslocatorfilter.sip.in
Expand Up @@ -68,7 +68,7 @@ normally.
QString iconPath;
};

QList<ResultAction> actions;
QList<QgsLocatorResult::ResultAction> actions;
};


Expand Down
2 changes: 1 addition & 1 deletion src/core/locator/qgslocatorfilter.h
Expand Up @@ -127,7 +127,7 @@ class CORE_EXPORT QgsLocatorResult
* a context menu.
* \since QGIS 3.6
*/
QList<ResultAction> actions;
QList<QgsLocatorResult::ResultAction> actions;
};

Q_DECLARE_METATYPE( QgsLocatorResult::ResultAction )
Expand Down

0 comments on commit c13b419

Please sign in to comment.