From d8e62dd6e715fcc19b7e7d4d466a586c62ccc4e6 Mon Sep 17 00:00:00 2001 From: Arno Date: Sat, 13 Oct 2018 06:10:11 +0200 Subject: Actually do something when calling CopyDialg::copy() Implement copying files. The GUI is quite slow when copying to a device mounted with flush, eg. an USB-Stick, but that's to be expected... --- copydialog.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'copydialog.h') 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); -- cgit v1.2.3-70-g09d2