summaryrefslogtreecommitdiffstats
path: root/copydialog.h
diff options
context:
space:
mode:
authorArno <arno@disconnect.de>2018-10-13 03:42:42 +0200
committerArno <arno@disconnect.de>2018-10-13 03:42:42 +0200
commit003290d919171fe5bb73cbb35f3b3896c4e12db7 (patch)
tree5a11e31ea5b64706bc3ccd6a9cdc0a7053726cb2 /copydialog.h
parent6fbf339aeff0b7b8ffaafbb319a2eae772e21a46 (diff)
downloadBeetPlayer-003290d919171fe5bb73cbb35f3b3896c4e12db7.tar.gz
BeetPlayer-003290d919171fe5bb73cbb35f3b3896c4e12db7.tar.bz2
BeetPlayer-003290d919171fe5bb73cbb35f3b3896c4e12db7.zip
Implement select destination in CopyDialog
Also remember it on close.
Diffstat (limited to 'copydialog.h')
-rw-r--r--copydialog.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/copydialog.h b/copydialog.h
index cf022b3..fd101ce 100644
--- a/copydialog.h
+++ b/copydialog.h
@@ -9,7 +9,10 @@ class QLabel;
class CopyDialog : public QDialog {
public:
explicit CopyDialog(QWidget *parent = nullptr, Qt::WindowFlags f = Qt::WindowFlags());
+
+ public slots:
void readSettings();
+ void getDestination();
protected:
virtual void closeEvent(QCloseEvent *e);