We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2581881 commit 73261b7Copy full SHA for 73261b7
NodeGraphQt/base/graph.py
@@ -91,7 +91,7 @@ def _on_node_data_dropped(self, data, pos):
91
(emits the node type and the x,y position where the data was dropped)
92
93
Args:
94
- data (QtCore.QMimeData): text data.
+ data (QtCore.QMimeData): mime data.
95
pos (QtCore.QPoint): x, y scene position relative to the cursor.
96
"""
97
self.data_dropped.emit(data, pos)
0 commit comments