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