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:
@@ -37,7 +37,7 @@ public:
|
||||
void rename(const QString &name);
|
||||
bool removeReferencedObject();
|
||||
void initObject(const QFileInfo &file);
|
||||
void updateObjectSize(unsigned long size);
|
||||
void updateObjectSize(qint64 size);
|
||||
bool hasParent(const CMAObject *obj);
|
||||
|
||||
bool operator==(const CMAObject &obj);
|
||||
|
Reference in New Issue
Block a user