mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-16 00:05:45 -04:00
spelling
This commit is contained in:
parent
442c7323f7
commit
caa88429d8
@ -1369,7 +1369,7 @@ home path will be automatically determined from the project's file path.
|
||||
|
||||
void registerTranslatableContainers( QgsTranslationContext *translationContext, QgsAttributeEditorContainer *parent, const QString &layerId );
|
||||
%Docstring
|
||||
Registers the translatable containers into the tranlation context
|
||||
Registers the translatable containers into the translation context
|
||||
this is a rekursive function to get all the child containers
|
||||
|
||||
:param translationContext: where the objects will be registered
|
||||
@ -1380,7 +1380,7 @@ this is a rekursive function to get all the child containers
|
||||
|
||||
void registerTranslatableObjects( QgsTranslationContext *translationContext );
|
||||
%Docstring
|
||||
Registers the translatable objects into the tranlation context
|
||||
Registers the translatable objects into the translation context
|
||||
so there can be created a ts file these values
|
||||
|
||||
:param translationContext: where the objects will be registered
|
||||
|
@ -1299,7 +1299,7 @@ class CORE_EXPORT QgsProject : public QObject, public QgsExpressionContextGenera
|
||||
void setPresetHomePath( const QString &path );
|
||||
|
||||
/**
|
||||
* Registers the translatable containers into the tranlation context
|
||||
* Registers the translatable containers into the translation context
|
||||
* this is a rekursive function to get all the child containers
|
||||
*
|
||||
* \param translationContext where the objects will be registered
|
||||
@ -1309,7 +1309,7 @@ class CORE_EXPORT QgsProject : public QObject, public QgsExpressionContextGenera
|
||||
void registerTranslatableContainers( QgsTranslationContext *translationContext, QgsAttributeEditorContainer *parent, const QString &layerId );
|
||||
|
||||
/**
|
||||
* Registers the translatable objects into the tranlation context
|
||||
* Registers the translatable objects into the translation context
|
||||
* so there can be created a ts file these values
|
||||
*
|
||||
* \param translationContext where the objects will be registered
|
||||
|
Loading…
x
Reference in New Issue
Block a user