Skip to content

Commit

Permalink
Fix documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
NEDJIMAbelgacem committed Jul 25, 2020
1 parent 860be14 commit db1ab71
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/3d/qgs3dsceneexporter.cpp
Expand Up @@ -438,7 +438,7 @@ void Qgs3DSceneExporter::parseFlatTile( QgsTerrainTileEntity *tileEntity, const
QVector<uint> indexesBuffer = getIndexData( indexAttribute, indexBytes );

QString objectNamePrefix = layerName;
if ( objectNamePrefix != QString() ) objectNamePrefix += QStringLiteral( "" );
if ( objectNamePrefix != QString() ) objectNamePrefix += QString();

Qgs3DExportObject *object = new Qgs3DExportObject( getObjectName( objectNamePrefix + QStringLiteral( "Flat_tile" ) ), "", this );
mObjects.push_back( object );
Expand Down
2 changes: 1 addition & 1 deletion src/3d/qgsabstractmaterialsettings.h
Expand Up @@ -115,7 +115,7 @@ class _3D_EXPORT QgsAbstractMaterialSettings SIP_ABSTRACT
*/
virtual QgsLineMaterial *toLineMaterial( const QgsMaterialContext &context ) const = 0 SIP_FACTORY;

/*
/**
* Returns the parameters to be exported to .mtl file
*/
virtual QMap<QString, QString> toExportParameters() const = 0 SIP_FACTORY;
Expand Down
2 changes: 1 addition & 1 deletion src/3d/qgsimagetexture.h
Expand Up @@ -25,7 +25,7 @@
/**
* \brief The QgsImageTexture class
* Holds an image that can be used as a texture in the 3D view
* \ingroup 3D
* \ingroup 3d
* \since QGIS 3.16
*/
class QgsImageTexture : public Qt3DRender::QPaintedTextureImage
Expand Down

0 comments on commit db1ab71

Please sign in to comment.