From 5dbe3b400f798b0d9c5c72bb1fdbf762c603fad8 Mon Sep 17 00:00:00 2001 From: Arno Date: Tue, 5 Mar 2013 17:59:02 +0100 Subject: Fix icon Miss-spelled foldericon (folderIcon) in mappingtablewidget.cpp model. --- smtreemodel.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'smtreemodel.cpp') 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(); -- cgit v1.2.3-70-g09d2