diff options
author | Arno <am@disconnect.de> | 2013-03-20 17:05:39 +0100 |
---|---|---|
committer | Arno <am@disconnect.de> | 2013-03-20 17:05:39 +0100 |
commit | dc603077a93b2b24d709126200e7c5ee8c1af83b (patch) | |
tree | 271f0ca799498d0692537a1c3e8f2c4ecd82b42a /smdirmodel.h | |
parent | 0e3076bfda34c93986c7197c4e0c35bc0860f91e (diff) | |
download | SheMov-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 'smdirmodel.h')
-rw-r--r-- | smdirmodel.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/smdirmodel.h b/smdirmodel.h index 620a632..3712cba 100644 --- a/smdirmodel.h +++ b/smdirmodel.h @@ -47,6 +47,9 @@ class SmDirModel : public SmTreeModel { private slots: void populate(); + signals: + void needResize(); + private: const QList<QVariant> fileData(const QFileInfo &fi) const; SmDirWatcher *mWatch; |