Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Use correct layout type (report/print layout) in new title dialog
- Loading branch information
Showing
with
66 additions
and 14 deletions.
- +11 −0 python/core/layout/qgsmasterlayoutinterface.sip
- +2 −0 python/core/layout/qgsprintlayout.sip
- +2 −0 python/core/layout/qgsreport.sip
- +3 −3 src/app/layout/qgslayoutdesignerdialog.cpp
- +4 −4 src/app/layout/qgslayoutmanagerdialog.cpp
- +17 −5 src/app/qgisapp.cpp
- +2 −1 src/app/qgisapp.h
- +12 −0 src/core/layout/qgsmasterlayoutinterface.h
- +5 −0 src/core/layout/qgsprintlayout.cpp
- +1 −0 src/core/layout/qgsprintlayout.h
- +5 −1 src/core/layout/qgsreport.cpp
- +1 −0 src/core/layout/qgsreport.h
- +1 −0 tests/src/app/CMakeLists.txt