diff options
author | am <am@f440f766-f032-0410-8965-dc7d17de2ca0> | 2009-07-16 19:34:57 +0000 |
---|---|---|
committer | am <am@f440f766-f032-0410-8965-dc7d17de2ca0> | 2009-07-16 19:34:57 +0000 |
commit | 1b1e48aa11c4518e100004dac594540e6024fa68 (patch) | |
tree | 0a44ad1d42f463960a045c9207d0fb2188309e57 /filesystemwidget.h | |
parent | 95bd97d4f5dc4d0ee91cfeeff89b88ff3d8f26df (diff) | |
download | SheMov-1b1e48aa11c4518e100004dac594540e6024fa68.tar.gz SheMov-1b1e48aa11c4518e100004dac594540e6024fa68.tar.bz2 SheMov-1b1e48aa11c4518e100004dac594540e6024fa68.zip |
-Fixed extractor... Just look at the examples for QProcess :)
-Beautified extractor output for unrar
-Added User interface configuration options
-So, there are Usability fixes
git-svn-id: file:///var/svn/repos2/shemov/trunk@388 f440f766-f032-0410-8965-dc7d17de2ca0
Diffstat (limited to 'filesystemwidget.h')
-rw-r--r-- | filesystemwidget.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/filesystemwidget.h b/filesystemwidget.h index 32a3e9b..2c41390 100644 --- a/filesystemwidget.h +++ b/filesystemwidget.h @@ -55,6 +55,7 @@ class FilesystemWidget : public QWidget { void setWindowTitle(const QString &dir); void deleteRecursive(const QFileInfo &start); void copyRecursive(const QFileInfo &start, const QString &destdir); + void expandParents(const QModelIndex &idx); QAction *action(QWidget *widget, const QVariant &data) const; QDirModel *mModel; QTreeView *mDirView; |