mirror of
https://github.com/CopterExpress/clever-show.git
synced 2026-06-07 20:44:31 +00:00
Option for automatically remove disconnected copters from table
This commit is contained in:
@@ -91,7 +91,6 @@ class CopterDataModel(QtCore.QAbstractTableModel):
|
||||
self.beginRemoveRows(QtCore.QModelIndex(), position, position + rows - 1)
|
||||
self.data_contents = self.data_contents[:position] + self.data_contents[position + rows:]
|
||||
self.endRemoveRows()
|
||||
print("removed")
|
||||
|
||||
return True
|
||||
|
||||
|
||||
Reference in New Issue
Block a user