diff options
Diffstat (limited to 'copydialog.h')
-rw-r--r-- | copydialog.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 |