From 8c932c2d21e35fe5b446f80643f3b0ecf19b177d Mon Sep 17 00:00:00 2001 From: Arno Date: Fri, 9 Nov 2018 20:23:10 +0100 Subject: 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. --- moviewidget.h | 1 + 1 file changed, 1 insertion(+) (limited to 'moviewidget.h') 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); -- cgit v1.2.3-70-g09d2