diff options
Diffstat (limited to 'copydialog.h')
-rw-r--r-- | copydialog.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/copydialog.h b/copydialog.h index 10d46b9..563a5c8 100644 --- a/copydialog.h +++ b/copydialog.h @@ -17,7 +17,7 @@ class CopyDialog : public QDialog { void setDestFolder(const QString &dst); void setSources(const QStringList &sources); void refresh(); - + void copy(); protected: QString getDestinationFile(const QString &srcFn); |