Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
setProjectTranslator
...in QgsReadWriteContext creation implementation of projectTranslator where needed use of DefaultTranslator to have default translation funtion derived from QgsProjectTranslator beautify code
- Loading branch information
Showing
with
66 additions
and 23 deletions.
- +2 −1 python/core/core_auto.sip
- +9 −10 src/app/qgsprojectproperties.cpp
- +1 −0 src/core/CMakeLists.txt
- +2 −1 src/core/layertree/qgslayertreegroup.cpp
- +1 −0 src/core/layertree/qgslayertreenode.cpp
- +1 −0 src/core/layout/qgscompositionconverter.cpp
- +2 −0 src/core/qgslayerdefinition.cpp
- +7 −1 src/core/qgsproject.cpp
- +1 −1 src/core/qgsproject.h
- +1 −0 src/core/qgsprojecttranslator.h
- +19 −0 src/core/qgsreadwritecontext.cpp
- +12 −2 src/core/qgsreadwritecontext.h
- +2 −2 src/core/qgsrelation.cpp
- +2 −1 src/core/qgsrelation.h
- +2 −2 src/core/qgsrelationmanager.cpp
- +1 −1 src/core/qgsrelationmanager.h
- +1 −1 src/core/qgstranslationcontext.cpp