mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-27 00:33:48 -05:00
Add explicit keyword
This commit is contained in:
parent
f7262859ec
commit
e05e920ec4
@ -27,7 +27,7 @@ class QgsAuxiliaryField : QgsField
|
|||||||
%End
|
%End
|
||||||
public:
|
public:
|
||||||
|
|
||||||
QgsAuxiliaryField( const QgsPropertyDefinition &def );
|
explicit QgsAuxiliaryField( const QgsPropertyDefinition &def );
|
||||||
%Docstring
|
%Docstring
|
||||||
Constructor
|
Constructor
|
||||||
|
|
||||||
|
@ -48,7 +48,7 @@ class CORE_EXPORT QgsAuxiliaryField : public QgsField
|
|||||||
* \param def Definition of the property to be stored by this auxiliary
|
* \param def Definition of the property to be stored by this auxiliary
|
||||||
* field.
|
* field.
|
||||||
*/
|
*/
|
||||||
QgsAuxiliaryField( const QgsPropertyDefinition &def );
|
explicit QgsAuxiliaryField( const QgsPropertyDefinition &def );
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Destructor
|
* Destructor
|
||||||
|
Loading…
x
Reference in New Issue
Block a user