mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-09 00:08:52 -04:00
fix doc
This commit is contained in:
parent
50d29b959c
commit
91736fd9f6
@ -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:
|
||||
|
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user