diff options
author | Arno <am@disconnect.de> | 2013-03-29 12:55:36 +0100 |
---|---|---|
committer | Arno <am@disconnect.de> | 2013-03-29 12:55:36 +0100 |
commit | 1bcbb69e31090cf71e913419299b52dd4d094bef (patch) | |
tree | 07fc7ed7ff38b68ed996ba398e564219e85758f5 /fileview.cpp | |
parent | 110271a7db1ef05769bcfb5c936caad82bc0e498 (diff) | |
download | SheMov-1bcbb69e31090cf71e913419299b52dd4d094bef.tar.gz SheMov-1bcbb69e31090cf71e913419299b52dd4d094bef.tar.bz2 SheMov-1bcbb69e31090cf71e913419299b52dd4d094bef.zip |
Make FrameCache threaded
create snapshot pics in a separate thread. Also use the first frame
available if the clip isn't long enough for the configured frame.
Diffstat (limited to 'fileview.cpp')
-rw-r--r-- | fileview.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fileview.cpp b/fileview.cpp index 6b34f6d..7797d73 100644 --- a/fileview.cpp +++ b/fileview.cpp @@ -32,6 +32,7 @@ #include "smglobals.h" #include "filesystemfileproxy.h" #include "smdirmodel.h" +#include "framecache.h" FileView::FileView(QWidget *parent) : QTreeView(parent), mDeleteA(0) { setAttribute(Qt::WA_Hover); |