Skip to content

Commit db3bfa3

Browse files
author
Emilio Loi
committedApr 30, 2013
QgsVectorDataProvider without diff comments
1 parent d6b3bfa commit db3bfa3

File tree

1 file changed

+2
-11
lines changed

1 file changed

+2
-11
lines changed
 

‎src/core/qgsvectordataprovider.h

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -328,11 +328,7 @@ class CORE_EXPORT QgsVectorDataProvider : public QgsDataProvider
328328
*/
329329
QStringList errors();
330330

331-
<<<<<<< HEAD
332-
=======
333-
<<<<<<< HEAD
334-
<<<<<<< HEAD
335-
>>>>>>> 8a6cba64ec5ef59a35d60403c495bf1075514216
331+
336332
/**
337333
* It returns false by default.
338334
* Must be implemented by providers that support saving and loading styles to db returning true
@@ -345,12 +341,7 @@ class CORE_EXPORT QgsVectorDataProvider : public QgsDataProvider
345341

346342
/** Is emitted, when editing stopped */
347343
void editingStopped();
348-
<<<<<<< HEAD
349-
=======
350-
>>>>>>> f3842775a5147b7a8da1639a4bec667a769b7fac
351-
=======
352-
>>>>>>> 009ba1b995536ad9936991524ccd0f53a1a5b558
353-
>>>>>>> 8a6cba64ec5ef59a35d60403c495bf1075514216
344+
354345

355346
protected:
356347
QVariant convertValue( QVariant::Type type, QString value );

0 commit comments

Comments
 (0)
Please sign in to comment.