File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
python/core/auto_generated/locator Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ Returns true if the a search is currently running
59
59
60
60
void triggerResult( const QModelIndex &index, const QAction *action = 0 );
61
61
%Docstring
62
- Triggers the result at given ``index`` and with optional \ action if context menu entry was triggered
62
+ Triggers the result at given ``index`` and with optional `` action`` if context menu entry was triggered
63
63
%End
64
64
65
65
signals:
Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ class CORE_EXPORT QgsLocatorModelBridge : public QObject
63
63
// ! Returns true if the a search is currently running
64
64
bool isRunning () const ;
65
65
66
- // ! Triggers the result at given \a index and with optional \action if context menu entry was triggered
66
+ // ! Triggers the result at given \a index and with optional \a action if context menu entry was triggered
67
67
void triggerResult ( const QModelIndex &index, const QAction *action = nullptr );
68
68
69
69
signals:
You can’t perform that action at this time.
0 commit comments