diff options
Diffstat (limited to 'copydialog.h')
-rw-r--r-- | copydialog.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/copydialog.h b/copydialog.h index 8a32372..0eed637 100644 --- a/copydialog.h +++ b/copydialog.h @@ -16,8 +16,11 @@ class CopyDialog : public QDialog { void setSource(const QString &src); void setDestFolder(const QString &dst); void setSources(const QStringList &sources); + void refresh(); + protected: + QString getDestinationFile(const QString &srcFn); virtual void closeEvent(QCloseEvent *e); private: |