Skip to content

Commit

Permalink
Dox
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Jul 10, 2020
1 parent 1bbf43d commit b6a9cce
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions python/3d/auto_generated/qgsphongmaterialsettings.sip.in
Expand Up @@ -28,7 +28,11 @@ with three color components: ambient, diffuse and specular.
#include "qgsphongmaterialsettings.h"
%End
public:

QgsPhongMaterialSettings();
%Docstring
Constructor for QgsPhongMaterialSettings.
%End

QColor ambient() const;
%Docstring
Expand Down
4 changes: 4 additions & 0 deletions src/3d/qgsphongmaterialsettings.h
Expand Up @@ -35,6 +35,10 @@ class QDomElement;
class _3D_EXPORT QgsPhongMaterialSettings
{
public:

/**
* Constructor for QgsPhongMaterialSettings.
*/
QgsPhongMaterialSettings() = default;

//! Returns ambient color component
Expand Down

0 comments on commit b6a9cce

Please sign in to comment.