File tree Expand file tree Collapse file tree 2 files changed +2
-7
lines changed
python/core/auto_generated Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -61,6 +61,7 @@ Constructor
61
61
sipRes = PyUnicode_FromString( str.toUtf8().constData() );
62
62
%End
63
63
64
+ using QgsVectorLayer::clone;
64
65
65
66
QgsAuxiliaryLayer *clone( QgsVectorLayer *layer ) const /Factory/;
66
67
%Docstring
Original file line number Diff line number Diff line change @@ -89,10 +89,7 @@ class CORE_EXPORT QgsAuxiliaryLayer : public QgsVectorLayer
89
89
% End
90
90
#endif
91
91
92
- #ifdef __clang__
93
- #pragma clang diagnostic push
94
- #pragma clang diagnostic ignored "-Woverloaded-virtual"
95
- #endif
92
+ using QgsVectorLayer::clone;
96
93
97
94
/* *
98
95
* Returns a new instance equivalent to this one. The underlying table
@@ -102,9 +99,6 @@ class CORE_EXPORT QgsAuxiliaryLayer : public QgsVectorLayer
102
99
* \param layer The layer for which the clone is made
103
100
*/
104
101
QgsAuxiliaryLayer *clone ( QgsVectorLayer *layer ) const SIP_FACTORY;
105
- #ifdef __clang__
106
- #pragma clang diagnostic pop
107
- #endif
108
102
109
103
/* *
110
104
* An auxiliary layer is not spatial. This method returns a spatial
You can’t perform that action at this time.
0 commit comments