mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-15 00:04:00 -04:00
[processing] use default icon for fillnodata
This commit is contained in:
parent
23a1875578
commit
10506c5daf
@ -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'
|
||||
|
Loading…
x
Reference in New Issue
Block a user