Skip to content

Commit 3d36653

Browse files
committedJan 8, 2018
Code shuffle
1 parent db90627 commit 3d36653

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed
 

‎python/core/core_auto.sip

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,6 @@
358358
%Include annotations/qgshtmlannotation.sip
359359
%Include annotations/qgssvgannotation.sip
360360
%Include annotations/qgstextannotation.sip
361-
%Include composer/qgslayoutmanager.sip
362361
%Include locator/qgslocator.sip
363362
%Include locator/qgslocatorfilter.sip
364363
%Include locator/qgslocatormodel.sip
@@ -400,6 +399,7 @@
400399
%Include layout/qgslayoutitemscalebar.sip
401400
%Include layout/qgslayoutitemshape.sip
402401
%Include layout/qgslayoutitemtexttable.sip
402+
%Include layout/qgslayoutmanager.sip
403403
%Include layout/qgslayoutmodel.sip
404404
%Include layout/qgslayoutmultiframe.sip
405405
%Include layout/qgslayoutpagecollection.sip

‎python/core/composer/qgslayoutmanager.sip renamed to ‎python/core/layout/qgslayoutmanager.sip

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/************************************************************************
22
* This file has been generated automatically from *
33
* *
4-
* src/core/composer/qgslayoutmanager.h *
4+
* src/core/layout/qgslayoutmanager.h *
55
* *
66
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
77
************************************************************************/
@@ -184,7 +184,7 @@ Emitted when a layout is renamed
184184
/************************************************************************
185185
* This file has been generated automatically from *
186186
* *
187-
* src/core/composer/qgslayoutmanager.h *
187+
* src/core/layout/qgslayoutmanager.h *
188188
* *
189189
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
190190
************************************************************************/

‎src/core/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,6 @@ SET(QGIS_CORE_SRCS
356356
composer/qgscomposerutils.cpp
357357
composer/qgscomposition.cpp
358358
composer/qgsgroupungroupitemscommand.cpp
359-
composer/qgslayoutmanager.cpp
360359
composer/qgspaperitem.cpp
361360

362361
dxf/qgsdxfexport.cpp
@@ -394,6 +393,7 @@ SET(QGIS_CORE_SRCS
394393
layout/qgslayoutitemshape.cpp
395394
layout/qgslayoutitemtexttable.cpp
396395
layout/qgslayoutitemundocommand.cpp
396+
layout/qgslayoutmanager.cpp
397397
layout/qgslayoutmeasurement.cpp
398398
layout/qgslayoutmeasurementconverter.cpp
399399
layout/qgslayoutmodel.cpp
@@ -714,7 +714,6 @@ SET(QGIS_CORE_MOC_HDRS
714714
composer/qgscomposertexttable.h
715715
composer/qgscomposition.h
716716
composer/qgsgroupungroupitemscommand.h
717-
composer/qgslayoutmanager.h
718717
composer/qgspaperitem.h
719718

720719
locator/qgslocator.h
@@ -768,6 +767,7 @@ SET(QGIS_CORE_MOC_HDRS
768767
layout/qgslayoutitemscalebar.h
769768
layout/qgslayoutitemshape.h
770769
layout/qgslayoutitemtexttable.h
770+
layout/qgslayoutmanager.h
771771
layout/qgslayoutmodel.h
772772
layout/qgslayoutmultiframe.h
773773
layout/qgslayoutpagecollection.h

0 commit comments

Comments
 (0)
Please sign in to comment.