- some changes due of porting to PyQt6

This commit is contained in:
Marius Stanciu
2021-08-11 15:46:29 +03:00
parent 40034540cf
commit 63506b57a3
3 changed files with 6 additions and 6 deletions

View File

@@ -537,7 +537,7 @@ class ObjectCollection(QtCore.QAbstractItemModel):
return False
def supportedDropActions(self):
return Qt.MoveAction
return Qt.DropAction.MoveAction
def flags(self, index):
default_flags = QtCore.QAbstractItemModel.flags(self, index)