Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
layermaptest and fixes
after feedback - mostly doc stuff or code style
- Loading branch information
Showing
with
115 additions
and 80 deletions.
- +8 −12 python/core/auto_generated/qgsapplication.sip.in
- +2 −2 python/core/auto_generated/qgseditformconfig.sip.in
- +10 −7 python/core/auto_generated/qgsproject.sip.in
- +10 −2 python/core/auto_generated/qgsprojecttranslator.sip.in
- +2 −1 python/core/auto_generated/qgsreadwritecontext.sip.in
- +6 −8 python/core/auto_generated/qgstranslationcontext.sip.in
- +1 −1 src/core/layertree/qgslayertreenode.cpp
- +1 −1 src/core/layout/qgscompositionconverter.cpp
- +3 −12 src/core/qgsapplication.h
- +4 −4 src/core/qgseditformconfig.cpp
- +2 −2 src/core/qgseditformconfig.h
- +1 −1 src/core/qgslayerdefinition.cpp
- +4 −3 src/core/qgsproject.cpp
- +10 −6 src/core/qgsproject.h
- +9 −2 src/core/qgsprojecttranslator.h
- +4 −2 src/core/qgsreadwritecontext.h
- +1 −1 src/core/qgsrelationmanager.cpp
- +0 −3 src/core/qgstranslationcontext.cpp
- +12 −10 src/core/qgstranslationcontext.h
- +25 −0 tests/src/core/testqgslayertree.cpp
Oops, something went wrong.