summaryrefslogtreecommitdiffstats
path: root/smtreemodel.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'smtreemodel.cpp')
-rw-r--r--smtreemodel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/smtreemodel.cpp b/smtreemodel.cpp
index 71c815e..c8a0452 100644
--- a/smtreemodel.cpp
+++ b/smtreemodel.cpp
@@ -114,7 +114,7 @@ QVariant SmTreeModel::data(const QModelIndex &index, int role) const{
if(role == Qt::DecorationRole){
if(index.column() == 0){
return mDecorationIcon;
- }
+ }
}
if(role == Qt::ForegroundRole){
QColor fgCol = item->foregroundColor().value<QColor>();