icon in toolbar FIX
This commit is contained in:
parent
80bbeeabbf
commit
7a86b34c17
@ -23,6 +23,11 @@
|
|||||||
This script initializes the plugin, making it known to QGIS.
|
This script initializes the plugin, making it known to QGIS.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
from . import resources
|
||||||
|
|
||||||
|
# Sonst wird das Icon in der Toolbar nicht angezeigt
|
||||||
|
print(resources.__doc__)
|
||||||
|
|
||||||
|
|
||||||
# noinspection PyPep8Naming
|
# noinspection PyPep8Naming
|
||||||
def classFactory(iface): # pylint: disable=invalid-name
|
def classFactory(iface): # pylint: disable=invalid-name
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user