Skip to content

Commit

Permalink
Code shuffle
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Jan 8, 2018
1 parent db90627 commit 3d36653
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion python/core/core_auto.sip
Expand Up @@ -358,7 +358,6 @@
%Include annotations/qgshtmlannotation.sip
%Include annotations/qgssvgannotation.sip
%Include annotations/qgstextannotation.sip
%Include composer/qgslayoutmanager.sip
%Include locator/qgslocator.sip
%Include locator/qgslocatorfilter.sip
%Include locator/qgslocatormodel.sip
Expand Down Expand Up @@ -400,6 +399,7 @@
%Include layout/qgslayoutitemscalebar.sip
%Include layout/qgslayoutitemshape.sip
%Include layout/qgslayoutitemtexttable.sip
%Include layout/qgslayoutmanager.sip
%Include layout/qgslayoutmodel.sip
%Include layout/qgslayoutmultiframe.sip
%Include layout/qgslayoutpagecollection.sip
Expand Down
@@ -1,7 +1,7 @@
/************************************************************************
* This file has been generated automatically from *
* *
* src/core/composer/qgslayoutmanager.h *
* src/core/layout/qgslayoutmanager.h *
* *
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
************************************************************************/
Expand Down Expand Up @@ -184,7 +184,7 @@ Emitted when a layout is renamed
/************************************************************************
* This file has been generated automatically from *
* *
* src/core/composer/qgslayoutmanager.h *
* src/core/layout/qgslayoutmanager.h *
* *
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
************************************************************************/
4 changes: 2 additions & 2 deletions src/core/CMakeLists.txt
Expand Up @@ -356,7 +356,6 @@ SET(QGIS_CORE_SRCS
composer/qgscomposerutils.cpp
composer/qgscomposition.cpp
composer/qgsgroupungroupitemscommand.cpp
composer/qgslayoutmanager.cpp
composer/qgspaperitem.cpp

dxf/qgsdxfexport.cpp
Expand Down Expand Up @@ -394,6 +393,7 @@ SET(QGIS_CORE_SRCS
layout/qgslayoutitemshape.cpp
layout/qgslayoutitemtexttable.cpp
layout/qgslayoutitemundocommand.cpp
layout/qgslayoutmanager.cpp
layout/qgslayoutmeasurement.cpp
layout/qgslayoutmeasurementconverter.cpp
layout/qgslayoutmodel.cpp
Expand Down Expand Up @@ -714,7 +714,6 @@ SET(QGIS_CORE_MOC_HDRS
composer/qgscomposertexttable.h
composer/qgscomposition.h
composer/qgsgroupungroupitemscommand.h
composer/qgslayoutmanager.h
composer/qgspaperitem.h

locator/qgslocator.h
Expand Down Expand Up @@ -768,6 +767,7 @@ SET(QGIS_CORE_MOC_HDRS
layout/qgslayoutitemscalebar.h
layout/qgslayoutitemshape.h
layout/qgslayoutitemtexttable.h
layout/qgslayoutmanager.h
layout/qgslayoutmodel.h
layout/qgslayoutmultiframe.h
layout/qgslayoutpagecollection.h
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 3d36653

Please sign in to comment.