Save work.
This commit is contained in:
parent
b7f6666e62
commit
54cf90baa3
1 changed files with 5 additions and 0 deletions
|
@ -30,7 +30,12 @@ class RecycleBin : public RootItem {
|
||||||
|
|
||||||
QVariant data(int column, int role) const;
|
QVariant data(int column, int role) const;
|
||||||
|
|
||||||
|
// Empties the bin - removes all messages from it (does not remove
|
||||||
|
// them from DB, just permanently hide them, so that they are not
|
||||||
|
// re-downloaded).
|
||||||
virtual bool empty() = 0;
|
virtual bool empty() = 0;
|
||||||
|
|
||||||
|
// Performs complete restoration of all messages contained in the bin
|
||||||
virtual bool restore() = 0;
|
virtual bool restore() = 0;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue