diff options
author | Arno <am@disconnect.de> | 2013-03-05 17:59:02 +0100 |
---|---|---|
committer | Arno <am@disconnect.de> | 2013-03-05 17:59:02 +0100 |
commit | 5dbe3b400f798b0d9c5c72bb1fdbf762c603fad8 (patch) | |
tree | 2332cdd3e0809b74d9824fc002fdc6d852ca00bc /smtreemodel.cpp | |
parent | a0fe997bbe54b98a6338aa28d8b008266e423081 (diff) | |
download | SheMov-5dbe3b400f798b0d9c5c72bb1fdbf762c603fad8.tar.gz SheMov-5dbe3b400f798b0d9c5c72bb1fdbf762c603fad8.tar.bz2 SheMov-5dbe3b400f798b0d9c5c72bb1fdbf762c603fad8.zip |
Fix icon
Miss-spelled foldericon (folderIcon) in mappingtablewidget.cpp model.
Diffstat (limited to 'smtreemodel.cpp')
-rw-r--r-- | smtreemodel.cpp | 2 |
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>(); |