From 51257c29633432c4ecc418fd07726b798508c613 Mon Sep 17 00:00:00 2001 From: am Date: Wed, 16 Sep 2009 17:49:38 +0000 Subject: -Removed some qDebug() statements -Removed filtering of extractor output (not tested) -Changed SelectionMode of filemanager to ExtendedSelection -Fixed bug in SheMov::setFreeFS -Size of selected files is now shown in filemanager git-svn-id: file:///var/svn/repos2/shemov/trunk@407 f440f766-f032-0410-8965-dc7d17de2ca0 --- filesystemwidget.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'filesystemwidget.h') diff --git a/filesystemwidget.h b/filesystemwidget.h index b02939c..c41f878 100644 --- a/filesystemwidget.h +++ b/filesystemwidget.h @@ -29,8 +29,10 @@ class FilesystemWidget : public QWidget { FilesystemWidget(QWidget *parent = 0); ~FilesystemWidget() {}; FileView *fileView() { return mFileView; }; + FilesystemFileProxy *fileProxy() { return mFileProxy; }; + QDirModel *dirModel() { return mModel; }; const QString windowTitle() const { return mWindowTitle; }; - void setArchiveDialog(ArchiveEditDialog *dlg); // { mAEDialog = dlg; }; + void setArchiveDialog(ArchiveEditDialog *dlg); signals: void windowTitle(const QString &); -- cgit v1.2.3-70-g09d2