summaryrefslogtreecommitdiffstats
path: root/filesystemwidget.h
diff options
context:
space:
mode:
authorArno <am@disconnect.de>2013-03-20 17:05:39 +0100
committerArno <am@disconnect.de>2013-03-20 17:05:39 +0100
commitdc603077a93b2b24d709126200e7c5ee8c1af83b (patch)
tree271f0ca799498d0692537a1c3e8f2c4ecd82b42a /filesystemwidget.h
parent0e3076bfda34c93986c7197c4e0c35bc0860f91e (diff)
downloadSheMov-dc603077a93b2b24d709126200e7c5ee8c1af83b.tar.gz
SheMov-dc603077a93b2b24d709126200e7c5ee8c1af83b.tar.bz2
SheMov-dc603077a93b2b24d709126200e7c5ee8c1af83b.zip
Auto resize FileView
Automatically resize FileView when it changes. I guess I was quite drunk on the first try. Fortunately I didn't commit it :)
Diffstat (limited to 'filesystemwidget.h')
-rw-r--r--filesystemwidget.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/filesystemwidget.h b/filesystemwidget.h
index b668ae6..d6abc41 100644
--- a/filesystemwidget.h
+++ b/filesystemwidget.h
@@ -71,6 +71,7 @@ class FilesystemWidget : public QWidget {
void dirExpanded(const QModelIndex &idx);
void dirCollapsed(const QModelIndex &idx);
void fileEditorClosed(const QModelIndex &idx);
+ void resizeFileView();
private:
void setWindowTitle(const QString &dir);