Skip to content

Commit

Permalink
Fix build warning
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Dec 15, 2017
1 parent 6c46e47 commit 7b67132
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/CMakeLists.txt
Expand Up @@ -617,7 +617,6 @@ SET(QGIS_CORE_MOC_HDRS
qgsgeometryvalidator.h
qgsgml.h
qgsgmlschema.h
qgshtmlutils.h
qgsmaplayer.h
qgsmaplayerlegend.h
qgsmaplayermodel.h
Expand Down Expand Up @@ -890,6 +889,7 @@ SET(QGIS_CORE_HDRS
qgsfontutils.h
qgsgeometrysimplifier.h
qgshistogram.h
qgshtmlutils.h
qgsindexedfeature.h
qgsinterval.h
qgsjsonutils.h
Expand Down

1 comment on commit 7b67132

@nyalldawson
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Gustry FYI - only headers with the QOBJECT macro should be listed in *_MOC_HDRS sections, the others should be just in the CORE_HDRS section.

Please sign in to comment.