Skip to content

Commit

Permalink
[processing] use default icon for fillnodata
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbruy committed Oct 13, 2013
1 parent 23a1875 commit 10506c5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions python/plugins/processing/gdal/fillnodata.py
Expand Up @@ -50,9 +50,9 @@ class fillnodata(GeoAlgorithm):
NO_DEFAULT_MASK = 'NO_DEFAULT_MASK'
OUTPUT = 'OUTPUT'

def getIcon(self):
filepath = os.path.dirname(__file__) + '/icons/fillnodata.png'
return QtGui.QIcon(filepath)
#def getIcon(self):
# filepath = os.path.dirname(__file__) + '/icons/fillnodata.png'
# return QtGui.QIcon(filepath)

def defineCharacteristics(self):
self.name = 'Fill nodata'
Expand Down

0 comments on commit 10506c5

Please sign in to comment.