Skip to content

Commit

Permalink
Really minor staticmethod changes
Browse files Browse the repository at this point in the history
  • Loading branch information
MattReimer committed Aug 11, 2021
1 parent 43b1305 commit 208eb78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/classes/qrave_map_layer.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ def __init__(self,

self.exists = self.layer_type == QRaveMapLayer.LayerTypes.WEBTILE or os.path.isfile(self.layer_uri)

@ staticmethod
@staticmethod
def _addgrouptomap(sGroupName, sGroupOrder, parentGroup):
"""
Add a hierarchical group to the layer manager
Expand All @@ -101,7 +101,7 @@ def _addgrouptomap(sGroupName, sGroupOrder, parentGroup):

return thisGroup

@ staticmethod
@staticmethod
def add_layer_to_map(item: QStandardItem):
"""
Add a layer to the map
Expand Down

0 comments on commit 208eb78

Please sign in to comment.