Skip to content
Snippets Groups Projects
Commit 8f948b8a authored by Benjamin Jakimow's avatar Benjamin Jakimow
Browse files

Merge branch 'feature/labeling' of...

Merge branch 'feature/labeling' of https://bitbucket.org/jakimowb/eo-time-series-viewer into feature/labeling
parents 2e4c2b2e 92aea002
No related branches found
No related tags found
No related merge requests found
...@@ -444,7 +444,7 @@ class TestObjects(): ...@@ -444,7 +444,7 @@ class TestObjects():
@staticmethod @staticmethod
def createDropEvent(mimeData:QMimeData): def createDropEvent(mimeData:QMimeData):
"""Creates a QDropEvent conaining the provided QMimeData""" """Creates a QDropEvent containing the provided QMimeData"""
return QDropEvent(QPointF(0, 0), Qt.CopyAction, mimeData, Qt.LeftButton, Qt.NoModifier) return QDropEvent(QPointF(0, 0), Qt.CopyAction, mimeData, Qt.LeftButton, Qt.NoModifier)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment