From 6f87db1897e4be7bccd2684da571ed251c5b695e Mon Sep 17 00:00:00 2001 From: Arno Date: Sat, 13 Oct 2018 04:56:32 +0200 Subject: Implement add sources to CopyDialog --- copydialog.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'copydialog.h') diff --git a/copydialog.h b/copydialog.h index 5a63515..8a32372 100644 --- a/copydialog.h +++ b/copydialog.h @@ -15,6 +15,7 @@ class CopyDialog : public QDialog { void getDestination(); void setSource(const QString &src); void setDestFolder(const QString &dst); + void setSources(const QStringList &sources); protected: virtual void closeEvent(QCloseEvent *e); @@ -24,6 +25,7 @@ class CopyDialog : public QDialog { QLineEdit *mDstE; QLineEdit *mFolderE; QLabel *mResultL; + QStringList mSources; }; #endif // COPYDIALOG_H -- cgit v1.2.3-70-g09d2