forked from openlp/openlp
Fix missing()
This commit is contained in:
parent
0b46165429
commit
5ff39a7d83
@ -80,7 +80,7 @@ class ListWidgetWithDnD(QtGui.QListWidget):
|
||||
event.ignore()
|
||||
|
||||
def dragMoveEvent(self, event):
|
||||
if event.mimeData().hasUrls:
|
||||
if event.mimeData().hasUrls():
|
||||
event.setDropAction(QtCore.Qt.CopyAction)
|
||||
event.accept()
|
||||
else:
|
||||
|
Loading…
Reference in New Issue
Block a user