diff options
author | Arno <am@disconnect.de> | 2013-09-14 08:05:57 +0200 |
---|---|---|
committer | Arno <am@disconnect.de> | 2013-09-14 08:05:57 +0200 |
commit | 361a5c3fbd2a693440491e3720e77a6245ac48d6 (patch) | |
tree | ef5f97327442c4a217154361f687c38a63c1033d /filesystemwidget.h | |
parent | 19a7e82de5decb45caf07acc0d1161b1f05cb15b (diff) | |
download | SheMov-361a5c3fbd2a693440491e3720e77a6245ac48d6.tar.gz SheMov-361a5c3fbd2a693440491e3720e77a6245ac48d6.tar.bz2 SheMov-361a5c3fbd2a693440491e3720e77a6245ac48d6.zip |
Add preview to FilesystemWidget
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 e3a2597..751a805 100644 --- a/filesystemwidget.h +++ b/filesystemwidget.h @@ -59,6 +59,7 @@ class FilesystemWidget : public QWidget { void moveToArchive(); void selectAllPV(); void setWindowTitle(); + void preview(); private slots: void dirExpanded(const QModelIndex &idx); |