diff options
author | Arno <arno@disconnect.de> | 2018-10-13 06:10:11 +0200 |
---|---|---|
committer | Arno <arno@disconnect.de> | 2018-10-13 06:10:11 +0200 |
commit | d8e62dd6e715fcc19b7e7d4d466a586c62ccc4e6 (patch) | |
tree | f62268b207ebd60f409809a1ba2a92124af700c0 /copydialog.h | |
parent | 63925668bf49473c2095c30c59e75f9cf1e46918 (diff) | |
download | BeetPlayer-d8e62dd6e715fcc19b7e7d4d466a586c62ccc4e6.tar.gz BeetPlayer-d8e62dd6e715fcc19b7e7d4d466a586c62ccc4e6.tar.bz2 BeetPlayer-d8e62dd6e715fcc19b7e7d4d466a586c62ccc4e6.zip |
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...
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); |