mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-15 00:04:00 -04:00
include qgscoordinatetransformcontext_p.h in install
This commit is contained in:
parent
8ca5b2a2d1
commit
25635f0bb6
@ -854,6 +854,7 @@ SET(QGIS_CORE_HDRS
|
|||||||
qgscoordinateformatter.h
|
qgscoordinateformatter.h
|
||||||
qgscoordinatetransform.h
|
qgscoordinatetransform.h
|
||||||
qgscoordinatetransformcontext.h
|
qgscoordinatetransformcontext.h
|
||||||
|
qgscoordinatetransformcontext_p.h
|
||||||
qgscoordinateutils.h
|
qgscoordinateutils.h
|
||||||
qgsdartmeasurement.h
|
qgsdartmeasurement.h
|
||||||
qgsdatadefinedsizelegend.h
|
qgsdatadefinedsizelegend.h
|
||||||
|
@ -460,6 +460,8 @@ bool QgsLayoutMultiFrame::writeXml( QDomElement &parentElement, QDomDocument &do
|
|||||||
( *frameIt )->writeXml( elem, doc );
|
( *frameIt )->writeXml( elem, doc );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
#else
|
||||||
|
Q_UNUSED( ignoreFrames );
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
writeObjectPropertiesToElement( element, doc, context );
|
writeObjectPropertiesToElement( element, doc, context );
|
||||||
@ -502,6 +504,8 @@ bool QgsLayoutMultiFrame::readXml( const QDomElement &element, const QDomDocumen
|
|||||||
|
|
||||||
//TODO - think there should be a recalculateFrameSizes() call here
|
//TODO - think there should be a recalculateFrameSizes() call here
|
||||||
}
|
}
|
||||||
|
#else
|
||||||
|
Q_UNUSED( ignoreFrames );
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
@ -48,7 +48,6 @@ class QImage;
|
|||||||
class QgsAbstractGeometrySimplifier;
|
class QgsAbstractGeometrySimplifier;
|
||||||
class QgsActionManager;
|
class QgsActionManager;
|
||||||
class QgsConditionalLayerStyles;
|
class QgsConditionalLayerStyles;
|
||||||
class QgsCoordinateTransform;
|
|
||||||
class QgsCurve;
|
class QgsCurve;
|
||||||
class QgsDiagramLayerSettings;
|
class QgsDiagramLayerSettings;
|
||||||
class QgsDiagramRenderer;
|
class QgsDiagramRenderer;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user