Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/qgis/Quantum-GIS into sty…
Browse files Browse the repository at this point in the history
…les_to_db
  • Loading branch information
Emilio Loi committed Apr 30, 2013
1 parent 0704366 commit f344e51
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/core/qgsvectordataprovider.h
Expand Up @@ -328,24 +328,18 @@ class CORE_EXPORT QgsVectorDataProvider : public QgsDataProvider
*/
QStringList errors();

<<<<<<< HEAD
<<<<<<< HEAD
/**
* It returns false by default.
* Must be implemented by providers that support saving and loading styles to db returning true
*/
virtual bool isSaveAndLoadStyleToDBSupported() { return false; }

=======
signals:
/** Is emitted, when editing has started */
void editingStarted();

/** Is emitted, when editing stopped */
void editingStopped();
>>>>>>> f3842775a5147b7a8da1639a4bec667a769b7fac
=======
>>>>>>> 009ba1b995536ad9936991524ccd0f53a1a5b558

protected:
QVariant convertValue( QVariant::Type type, QString value );
Expand Down

0 comments on commit f344e51

Please sign in to comment.