From 6e596a0c4bdbb41962816f96c00cf7c95b6d0cac Mon Sep 17 00:00:00 2001 From: Arno Date: Sun, 16 Oct 2016 01:04:18 +0200 Subject: Add Delete to NewPicsDialog Also fix handling of next picture. --- newpicsdialog.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'newpicsdialog.h') diff --git a/newpicsdialog.h b/newpicsdialog.h index 79a6acb..5033c79 100644 --- a/newpicsdialog.h +++ b/newpicsdialog.h @@ -45,6 +45,7 @@ class NewPicsDialog : public QDialog { private slots: void archive(); + void deleteCurrent(); void writeSettings(); void readSettings(); @@ -61,6 +62,7 @@ class NewPicsDialog : public QDialog { QPushButton *mOk; QPushButton *mCancel; QPushButton *mNext; + QPushButton *mDelete; QSqlDatabase mDb; QPoint mPos; QStringList mFiles; -- cgit v1.2.3-70-g09d2