summaryrefslogtreecommitdiffstats
path: root/seriestreemodel.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'seriestreemodel.cpp')
-rw-r--r--seriestreemodel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/seriestreemodel.cpp b/seriestreemodel.cpp
index bd82acc..e881eb5 100644
--- a/seriestreemodel.cpp
+++ b/seriestreemodel.cpp
@@ -95,7 +95,7 @@ QVariant SeriesTreeModel::data(const QModelIndex &index, int role) const{
}
if(role == Qt::DecorationRole){
if(index.column() == 0){
- return QIcon(":/dildo.png");
+ return decorationIcon();
}
}
if(role == Qt::EditRole){