Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
with
4 additions
and
4 deletions.
-
+2
−2
python/core/auto_generated/qgsproject.sip.in
-
+2
−2
src/core/qgsproject.h
|
@@ -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 |
|
|
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.