This commit is contained in:
Denis Rouzaud 2018-11-27 14:59:29 -04:00
parent 50d29b959c
commit 91736fd9f6
2 changed files with 2 additions and 2 deletions

View File

@ -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:

View File

@ -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: