diff options
Diffstat (limited to 'filewidget.h')
-rw-r--r-- | filewidget.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/filewidget.h b/filewidget.h index 0b11d0e..f9b5af3 100644 --- a/filewidget.h +++ b/filewidget.h @@ -27,6 +27,7 @@ class CachedFileData; class QStandardItem; class QComboBox; class SearchDialog; +class FileCopier; class FileWidget : public QWidget { Q_OBJECT @@ -40,6 +41,7 @@ class FileWidget : public QWidget { QTreeView *fileView() { return mFileView; } QMenuBar *menuBar() { return mMenuBar; } QToolBar *toolBar() { return mToolBar; } + FileCopier *fileCopier() { return mFileCopier; } const QString currentDir() const { return mDir->text(); } void setProgressBar(QProgressBar *progressBar) { mProgressBar = progressBar; } virtual ~FileWidget(); |