summaryrefslogtreecommitdiffstats
path: root/filestreewidget.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'filestreewidget.cpp')
-rw-r--r--filestreewidget.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/filestreewidget.cpp b/filestreewidget.cpp
index b6189c5..857b848 100644
--- a/filestreewidget.cpp
+++ b/filestreewidget.cpp
@@ -408,7 +408,7 @@ void FilesTreeView::doHover(const QModelIndex &idx){
bool scale = true;
mCurHover = idx;
if(idx.data(FilesTreeModel::FileTypeRole).toInt() == FilesTreeModel::Movie){
- pm = Helper::grabFrame(idx.data(FilesTreeModel::FullPathRole).toString());
+ pm = SmGlobals::instance()->frameCache()->entry(idx.data(FilesTreeModel::FullPathRole).toString());
if(pm.isNull()){
return;
}