From 2a866788cd2608b5f893f173a611785da44d3047 Mon Sep 17 00:00:00 2001 From: Arno Date: Sat, 13 Oct 2018 04:32:51 +0200 Subject: Set source and Destination folder in CopyDialog Still does nothing, but fill the source QLineEdit with something reasonable and try to guess the destination directory. --- copydialog.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'copydialog.h') diff --git a/copydialog.h b/copydialog.h index fd101ce..5a63515 100644 --- a/copydialog.h +++ b/copydialog.h @@ -13,6 +13,8 @@ class CopyDialog : public QDialog { public slots: void readSettings(); void getDestination(); + void setSource(const QString &src); + void setDestFolder(const QString &dst); protected: virtual void closeEvent(QCloseEvent *e); -- cgit v1.2.3-70-g09d2