summaryrefslogtreecommitdiffstats
path: root/filesystemwidget.h
diff options
context:
space:
mode:
Diffstat (limited to 'filesystemwidget.h')
-rw-r--r--filesystemwidget.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/filesystemwidget.h b/filesystemwidget.h
index c8f7931..b9f082d 100644
--- a/filesystemwidget.h
+++ b/filesystemwidget.h
@@ -18,6 +18,7 @@ class FilesystemDirProxy;
class FileView;
class FilesystemFileProxy;
class QLineEdit;
+class QProgressDialog;
class PictureViewer2;
class FileSystemModel;
class SheMovIconProvider;
@@ -59,6 +60,8 @@ class FilesystemWidget : public QWidget {
void moveToArchive();
void selectAllPV();
void setWindowTitle();
+ void setupProgressDlg(int max);
+ void progress();
private slots:
void dirExpanded(const QModelIndex &idx);
@@ -83,6 +86,7 @@ class FilesystemWidget : public QWidget {
FilesystemDirProxy *mDirProxy;
FilesystemFileProxy *mFileProxy;
QLineEdit *mDirEdit;
+ QProgressDialog *mProgressDlg;
QString mWindowTitle;
QString mTemplate;
qint64 mSize;