Process correctly the return value of the confirm dialog.
Update the backup usage label after deleting an entry. Update the parent metadata size after deleting a node.
This commit is contained in:
@@ -184,11 +184,12 @@ bool CMAObject::removeReferencedObject()
|
||||
}
|
||||
}
|
||||
|
||||
void CMAObject::updateObjectSize(unsigned long size)
|
||||
void CMAObject::updateObjectSize(qint64 size)
|
||||
{
|
||||
if(parent) {
|
||||
parent->updateObjectSize(size);
|
||||
}
|
||||
//FIXME: size should be quint64
|
||||
metadata.size += size;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user