mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-16 00:03:12 -04:00
Fix some dox
This commit is contained in:
parent
101c98fd17
commit
8caecbb85c
@ -268,7 +268,7 @@ from the given registry. If no registry is specified, then the processing
|
|||||||
registry attached to QgsApplication.processingRegistry() will be used
|
registry attached to QgsApplication.processingRegistry() will be used
|
||||||
by the model.
|
by the model.
|
||||||
|
|
||||||
If \recentLog is specified then it will be used to create a "Recently used" top
|
If ``recentLog`` is specified then it will be used to create a "Recently used" top
|
||||||
level group containing recently used algorithms.
|
level group containing recently used algorithms.
|
||||||
%End
|
%End
|
||||||
|
|
||||||
|
@ -37,7 +37,7 @@ If ``registry`` is set, then the view will automatically be populated with algor
|
|||||||
and providers from the registry. Otherwise, users must manually call setRegistry()
|
and providers from the registry. Otherwise, users must manually call setRegistry()
|
||||||
to associate a registry with the view.
|
to associate a registry with the view.
|
||||||
|
|
||||||
If \recentLog is specified then it will be used to create a "Recently used" top
|
If ``recentLog`` is specified then it will be used to create a "Recently used" top
|
||||||
level group containing recently used algorithms.
|
level group containing recently used algorithms.
|
||||||
%End
|
%End
|
||||||
|
|
||||||
|
@ -289,7 +289,7 @@ class GUI_EXPORT QgsProcessingToolboxModel : public QAbstractItemModel
|
|||||||
* registry attached to QgsApplication::processingRegistry() will be used
|
* registry attached to QgsApplication::processingRegistry() will be used
|
||||||
* by the model.
|
* by the model.
|
||||||
*
|
*
|
||||||
* If \recentLog is specified then it will be used to create a "Recently used" top
|
* If \a recentLog is specified then it will be used to create a "Recently used" top
|
||||||
* level group containing recently used algorithms.
|
* level group containing recently used algorithms.
|
||||||
*/
|
*/
|
||||||
QgsProcessingToolboxModel( QObject *parent SIP_TRANSFERTHIS = nullptr, QgsProcessingRegistry *registry = nullptr,
|
QgsProcessingToolboxModel( QObject *parent SIP_TRANSFERTHIS = nullptr, QgsProcessingRegistry *registry = nullptr,
|
||||||
|
@ -46,7 +46,7 @@ class GUI_EXPORT QgsProcessingToolboxTreeView : public QTreeView
|
|||||||
* and providers from the registry. Otherwise, users must manually call setRegistry()
|
* and providers from the registry. Otherwise, users must manually call setRegistry()
|
||||||
* to associate a registry with the view.
|
* to associate a registry with the view.
|
||||||
*
|
*
|
||||||
* If \recentLog is specified then it will be used to create a "Recently used" top
|
* If \a recentLog is specified then it will be used to create a "Recently used" top
|
||||||
* level group containing recently used algorithms.
|
* level group containing recently used algorithms.
|
||||||
*/
|
*/
|
||||||
QgsProcessingToolboxTreeView( QWidget *parent SIP_TRANSFERTHIS = nullptr,
|
QgsProcessingToolboxTreeView( QWidget *parent SIP_TRANSFERTHIS = nullptr,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user