mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-06 00:07:29 -04:00
remove unused mTransform
This commit is contained in:
parent
ed363ab20b
commit
810dc369f1
@ -647,7 +647,7 @@ Emitted when the maximum terrain screen error has changed
|
||||
Emitted when the maximum terrain ground error has changed
|
||||
%End
|
||||
|
||||
void terrainElevationOffsetChanged();
|
||||
void terrainElevationOffsetChanged( float newElevation );
|
||||
%Docstring
|
||||
Emitted when the terrain elevation offset is changed
|
||||
|
||||
|
@ -13,7 +13,6 @@
|
||||
|
||||
|
||||
|
||||
|
||||
class QgsVectorLayer3DRendererMetadata : Qgs3DRendererAbstractMetadata
|
||||
{
|
||||
%Docstring
|
||||
|
@ -31,11 +31,6 @@
|
||||
|
||||
class QgsVectorLayer;
|
||||
|
||||
namespace Qt3DCore
|
||||
{
|
||||
class QTransform;
|
||||
}
|
||||
|
||||
/**
|
||||
* \ingroup core
|
||||
* Metadata for vector layer 3D renderer to allow creation of its instances from XML
|
||||
@ -81,7 +76,6 @@ class _3D_EXPORT QgsVectorLayer3DRenderer : public QgsAbstractVectorLayer3DRende
|
||||
|
||||
private:
|
||||
std::unique_ptr<QgsAbstract3DSymbol> mSymbol; //!< 3D symbol that defines appearance
|
||||
Qt3DCore::QTransform *mTransform = nullptr;
|
||||
|
||||
private:
|
||||
#ifdef SIP_RUN
|
||||
|
Loading…
x
Reference in New Issue
Block a user