Skip to content

Commit 4717766

Browse files
committed
Remove misleading icon from vector split algorithm
The algorithm doesn't split geometries - it seperates features into different layers without altering the geometry
1 parent fbcb97c commit 4717766

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

python/plugins/processing/algs/qgis/VectorSplit.py

-3
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,6 @@ class VectorSplit(QgisAlgorithm):
5454
FIELD = 'FIELD'
5555
OUTPUT = 'OUTPUT'
5656

57-
def icon(self):
58-
return QIcon(os.path.join(pluginPath, 'images', 'ftools', 'split_layer.png'))
59-
6057
def group(self):
6158
return self.tr('Vector general tools')
6259

0 commit comments

Comments
 (0)