summaryrefslogtreecommitdiffstats
path: root/copydialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'copydialog.h')
-rw-r--r--copydialog.h3
1 files changed, 3 insertions, 0 deletions
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);