[processing] use default icon for fillnodata

This commit is contained in:
Alexander Bruy 2013-10-13 13:45:14 +03:00
parent 23a1875578
commit 10506c5daf

View File

@ -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'