Skip to content
Permalink
Browse files
Fix use of incorrect icon for algorithm
  • Loading branch information
nyalldawson committed Aug 22, 2017
1 parent b62fd51 commit 8218f35
Showing 1 changed file with 0 additions and 6 deletions.
@@ -48,12 +48,6 @@ class PointsLayerFromTable(QgisAlgorithm):
OUTPUT = 'OUTPUT'
TARGET_CRS = 'TARGET_CRS'

def icon(self):
return QgsApplication.getThemeIcon("/providerQgis.svg")

def svgIconPath(self):
return QgsApplication.iconPath("providerQgis.svg")

def tags(self):
return self.tr('points,create,values,attributes').split(',')

0 comments on commit 8218f35

Please sign in to comment.