Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
[processing] use default icon for fillnodata
- Loading branch information
Showing
with
3 additions
and
3 deletions.
-
+3
−3
python/plugins/processing/gdal/fillnodata.py
|
@@ -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' |
|
|