summaryrefslogtreecommitdiffstats
path: root/newmoviewizard.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'newmoviewizard.cpp')
-rw-r--r--newmoviewizard.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/newmoviewizard.cpp b/newmoviewizard.cpp
index bf9f112..4c4e7c9 100644
--- a/newmoviewizard.cpp
+++ b/newmoviewizard.cpp
@@ -468,6 +468,9 @@ QVariant WizardTreeModel::data(const QModelIndex &index, int role) const{
if(role == FilePartRole){
return item->data(FilePart);
}
+ if(role == Qt::DecorationRole){
+ return SmTreeModel::data(index, role);
+ }
return QVariant();
}