Skip to content

Commit

Permalink
add new header to install
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Jan 18, 2016
1 parent 00d60db commit 911caaa
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 17 deletions.
1 change: 1 addition & 0 deletions src/core/CMakeLists.txt
Expand Up @@ -614,6 +614,7 @@ SET(QGIS_CORE_HDRS
qgsfontutils.h
qgsgeometrycache.h
qgshistogram.h
qgsindexedfeature.h

This comment has been minimized.

Copy link
@m-kuhn

m-kuhn Jan 18, 2016

Member

Should non-public headers be added to the install?

This comment has been minimized.

Copy link
@jef-n

jef-n Jan 18, 2016

Author Member

No, but is a header file that is required by a public header file non-public? See https://github.com/qgis/QGIS/blob/master/src/core/qgsfeatureiterator.h#L20

This comment has been minimized.

Copy link
@m-kuhn

m-kuhn Jan 18, 2016

Member

Good point.

In the future we could move that to a private data member instead.

qgslayerdefinition.h
qgslabel.h
qgslabelattributes.h
Expand Down
6 changes: 3 additions & 3 deletions src/core/qgsexpressionsorter.cpp
@@ -1,10 +1,10 @@
/***************************************************************************
qgsexpressionsorter.cpp - QgsExpressionSorter
---------------------------------------------
---------------------
begin : 15.1.2016
copyright : (C) 2016 by mku
email : [your-email-here]
Copyright : (C) 2016 Matthias Kuhn
Email : matthias at opengis dot ch
***************************************************************************
* *
* This program is free software; you can redistribute it and/or modify *
Expand Down
6 changes: 3 additions & 3 deletions src/core/qgsexpressionsorter.h
@@ -1,10 +1,10 @@
/***************************************************************************
qgsexpressionsorter.h - QgsExpressionSorter
-------------------------------------------
---------------------
begin : 15.1.2016
copyright : (C) 2016 by mku
email : [your-email-here]
Copyright : (C) 2016 Matthias Kuhn
Email : matthias at opengis dot ch
***************************************************************************
* *
* This program is free software; you can redistribute it and/or modify *
Expand Down
8 changes: 4 additions & 4 deletions src/core/qgsindexedfeature.h
@@ -1,10 +1,10 @@
/***************************************************************************
qgsindexedfeature - %{Cpp:License:ClassName}
qgsindexedfeature - QgsIndexFeature
-----------------------------------
---------------------
begin : 15.1.2016
copyright : (C) 2016 by mku
email : [your-email-here]
Copyright : (C) 2016 Matthias Kuhn
Email : matthias at opengis dot ch
***************************************************************************
* *
* This program is free software; you can redistribute it and/or modify *
Expand Down
6 changes: 3 additions & 3 deletions src/core/qgstransactiongroup.cpp
@@ -1,10 +1,10 @@
/***************************************************************************
qgstransactiongroup.cpp - QgsTransactionGroup
---------------------------------------------
---------------------
begin : 15.1.2016
copyright : (C) 2016 by mku
email : [your-email-here]
Copyright : (C) 2016 Matthias Kuhn
Email : matthias at opengis dot ch
***************************************************************************
* *
* This program is free software; you can redistribute it and/or modify *
Expand Down
6 changes: 3 additions & 3 deletions src/core/symbology-ng/qgs25drenderer.cpp
@@ -1,10 +1,10 @@
/***************************************************************************
qgs25drenderer.cpp - qgs25drenderer
-----------------------------------
---------------------
begin : 14.1.2016
copyright : (C) 2016 by mku
email : [your-email-here]
Copyright : (C) 2016 Matthias Kuhn
Email : matthias at opengis dot ch
***************************************************************************
* *
* This program is free software; you can redistribute it and/or modify *
Expand Down
2 changes: 1 addition & 1 deletion src/core/symbology-ng/qgs25drenderer.h
@@ -1,7 +1,7 @@
/***************************************************************************
qgs25drenderer.h - Qgs25DRenderer
---------------------------------
---------------------
begin : 14.1.2016
copyright : (C) 2016 by Matthias Kuhn
email : matthias@opengis.ch
Expand Down

0 comments on commit 911caaa

Please sign in to comment.