Skip to content

Commit

Permalink
fix doc
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed Nov 28, 2018
1 parent 50d29b9 commit 91736fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -59,7 +59,7 @@ Returns true if the a search is currently running

void triggerResult( const QModelIndex &index, const QAction *action = 0 );
%Docstring
Triggers the result at given ``index`` and with optional \action if context menu entry was triggered
Triggers the result at given ``index`` and with optional ``action`` if context menu entry was triggered
%End

signals:
Expand Down
2 changes: 1 addition & 1 deletion src/core/locator/qgslocatormodelbridge.h
Expand Up @@ -63,7 +63,7 @@ class CORE_EXPORT QgsLocatorModelBridge : public QObject
//! Returns true if the a search is currently running
bool isRunning() const;

//! Triggers the result at given \a index and with optional \action if context menu entry was triggered
//! Triggers the result at given \a index and with optional \a action if context menu entry was triggered
void triggerResult( const QModelIndex &index, const QAction *action = nullptr );

signals:
Expand Down

0 comments on commit 91736fd

Please sign in to comment.