Fix minor performance bug
This commit is contained in:
parent
1d80837cd0
commit
5ddd029d34
@ -523,7 +523,7 @@ class VmIncludeInBackupsItem(QtGui.QTableWidgetItem):
|
|||||||
self.include_in_backups = False
|
self.include_in_backups = False
|
||||||
|
|
||||||
def __lt__(self, other):
|
def __lt__(self, other):
|
||||||
if self.vm.qid == 0:
|
if self.qid == 0:
|
||||||
return True
|
return True
|
||||||
elif other.qid == 0:
|
elif other.qid == 0:
|
||||||
return False
|
return False
|
||||||
|
Loading…
Reference in New Issue
Block a user