Skip to content

Commit

Permalink
Indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Jan 28, 2016
1 parent 5d46641 commit 4aafed8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion python/core/qgsvectorlayer.sip
Expand Up @@ -312,7 +312,7 @@ class QgsVectorLayer : QgsMapLayer
Color, /**< color */
EditorWidgetV2, /**< modularized edit widgets @note added in 2.1 */
};

//! Result of an edit operation
enum EditResult
{
Expand Down
Expand Up @@ -233,6 +233,5 @@ def getDescription(self):
def getIcon(self):
return QIcon(os.path.dirname(__file__) + '/../../images/tool.png')


def getSupportedOutputTableExtensions(self):
return ['csv']

0 comments on commit 4aafed8

Please sign in to comment.