File tree Expand file tree Collapse file tree 2 files changed +1
-21
lines changed Expand file tree Collapse file tree 2 files changed +1
-21
lines changed Original file line number Diff line number Diff line change @@ -117,24 +117,6 @@ Retrieves error message
117
117
Close the new created layer
118
118
%End
119
119
120
- protected:
121
- bool flushBuffer();
122
- %Docstring
123
- Flush the buffer writing the features to the new layer
124
- :rtype: bool
125
- %End
126
-
127
- bool createSpatialIndex();
128
- %Docstring
129
- Create index
130
- :rtype: bool
131
- %End
132
-
133
-
134
-
135
-
136
-
137
-
138
120
private:
139
121
QgsVectorLayerImport( const QgsVectorLayerImport &rh );
140
122
};
Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ class CORE_EXPORT QgsVectorLayerImport : public QgsFeatureSink
121
121
// ! Close the new created layer
122
122
~QgsVectorLayerImport ();
123
123
124
- protected :
124
+ private :
125
125
// ! Flush the buffer writing the features to the new layer
126
126
bool flushBuffer ();
127
127
@@ -143,8 +143,6 @@ class CORE_EXPORT QgsVectorLayerImport : public QgsFeatureSink
143
143
QgsFeatureList mFeatureBuffer ;
144
144
QProgressDialog *mProgress = nullptr ;
145
145
146
- private:
147
-
148
146
#ifdef SIP_RUN
149
147
QgsVectorLayerImport ( const QgsVectorLayerImport &rh );
150
148
#endif
You can’t perform that action at this time.
0 commit comments