From 003290d919171fe5bb73cbb35f3b3896c4e12db7 Mon Sep 17 00:00:00 2001 From: Arno Date: Sat, 13 Oct 2018 03:42:42 +0200 Subject: Implement select destination in CopyDialog Also remember it on close. --- copydialog.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'copydialog.h') diff --git a/copydialog.h b/copydialog.h index cf022b3..fd101ce 100644 --- a/copydialog.h +++ b/copydialog.h @@ -9,7 +9,10 @@ class QLabel; class CopyDialog : public QDialog { public: explicit CopyDialog(QWidget *parent = nullptr, Qt::WindowFlags f = Qt::WindowFlags()); + + public slots: void readSettings(); + void getDestination(); protected: virtual void closeEvent(QCloseEvent *e); -- cgit v1.2.3-70-g09d2