summaryrefslogtreecommitdiffstats
path: root/copydialog.h
diff options
context:
space:
mode:
authorArno <arno@disconnect.de>2018-10-13 04:32:51 +0200
committerArno <arno@disconnect.de>2018-10-13 04:32:51 +0200
commit2a866788cd2608b5f893f173a611785da44d3047 (patch)
tree370e45f3f6e64a934598a8fd236b95811ba1b704 /copydialog.h
parent003290d919171fe5bb73cbb35f3b3896c4e12db7 (diff)
downloadBeetPlayer-2a866788cd2608b5f893f173a611785da44d3047.tar.gz
BeetPlayer-2a866788cd2608b5f893f173a611785da44d3047.tar.bz2
BeetPlayer-2a866788cd2608b5f893f173a611785da44d3047.zip
Set source and Destination folder in CopyDialog
Still does nothing, but fill the source QLineEdit with something reasonable and try to guess the destination directory.
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);