diff options
author | Arno <arno@disconnect.de> | 2018-11-09 20:23:10 +0100 |
---|---|---|
committer | Arno <arno@disconnect.de> | 2018-11-09 20:23:10 +0100 |
commit | 8c932c2d21e35fe5b446f80643f3b0ecf19b177d (patch) | |
tree | 9e6fb23ee1a1a6bfd6cbca37e8c62de67b00a540 /moviewidget.h | |
parent | 55b60427611f342f5890c0e6ef5e23d24e618632 (diff) | |
download | SheMov-8c932c2d21e35fe5b446f80643f3b0ecf19b177d.tar.gz SheMov-8c932c2d21e35fe5b446f80643f3b0ecf19b177d.tar.bz2 SheMov-8c932c2d21e35fe5b446f80643f3b0ecf19b177d.zip |
Implement delete series
The delete button will always delete the whole series based on the
series ID, no matter the view. We'll rollback the database transaction
if any file can't be deleted. Start the consistency check when that
happens.
Diffstat (limited to 'moviewidget.h')
-rw-r--r-- | moviewidget.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/moviewidget.h b/moviewidget.h index 381e96c..330c647 100644 --- a/moviewidget.h +++ b/moviewidget.h @@ -27,6 +27,7 @@ class MovieWidget : public QWidget { void readSettings(); void writeSettings(); void refresh(); + void deleteSeries(); private slots: void selectBy(const QString &selection); |