Skip to content

Commit 91736fd

Browse files
committedNov 28, 2018
fix doc
1 parent 50d29b9 commit 91736fd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Returns true if the a search is currently running
5959

6060
void triggerResult( const QModelIndex &index, const QAction *action = 0 );
6161
%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
6363
%End
6464

6565
signals:

‎src/core/locator/qgslocatormodelbridge.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ class CORE_EXPORT QgsLocatorModelBridge : public QObject
6363
//! Returns true if the a search is currently running
6464
bool isRunning() const;
6565

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
6767
void triggerResult( const QModelIndex &index, const QAction *action = nullptr );
6868

6969
signals:

0 commit comments

Comments
 (0)
Please sign in to comment.