Fix outdated docstring in project tree class

This commit is contained in:
Veronica Berglyd Olsen
2022-05-08 18:21:17 +02:00
parent 0a5c51ad4b
commit 9e9beea83c
+2 -2
View File
@@ -760,8 +760,8 @@ class GuiProjectTree(QTreeWidget):
return return
def dropEvent(self, theEvent): def dropEvent(self, theEvent):
"""Overload the drop of dragged item event to check whether the """Overload the drop item event to ensure relevant data has been
drop is allowed or not. Disallowed drops are cancelled. updated.
""" """
sHandle = self.getSelectedHandle() sHandle = self.getSelectedHandle()
if sHandle is None: if sHandle is None: