Skip to content

Commit

Permalink
Move private headers where they belong
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Nov 6, 2019
1 parent c1f2d43 commit 7d0f116
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/CMakeLists.txt
Expand Up @@ -822,7 +822,6 @@ SET(QGIS_CORE_HDRS
qgsprojectviewsettings.h
qgsprojutils.h
qgsproperty.h
qgsproperty_p.h
qgspropertycollection.h
qgspropertytransformer.h
qgsprovidermetadata.h
Expand Down Expand Up @@ -1235,6 +1234,7 @@ SET(QGIS_CORE_PRIVATE_HDRS
qgsfeature_p.h
qgsfield_p.h
qgsfields_p.h
qgsproperty_p.h
qgsrelation_p.h
qgsspatialindexkdbush_p.h
qgstextrenderer_p.h
Expand Down

0 comments on commit 7d0f116

Please sign in to comment.