From 990218c07e2052f7e75af42a965cfc84b36e8371 Mon Sep 17 00:00:00 2001 From: Arno Date: Sat, 12 Oct 2013 05:30:18 +0200 Subject: Fix Style issues * Change fixed width front from "courier" to "Monospace" * Remove foregroundcolor from SmTreeItem. Wasn't used nor needed, quite the opposite: it made SheMov deviate from the default style. --- smtreemodel.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'smtreemodel.cpp') diff --git a/smtreemodel.cpp b/smtreemodel.cpp index d797f36..b909fcd 100644 --- a/smtreemodel.cpp +++ b/smtreemodel.cpp @@ -113,10 +113,6 @@ QVariant SmTreeModel::data(const QModelIndex &index, int role) const{ return mDecorationIcon; } } - if(role == Qt::ForegroundRole){ - QColor fgCol = item->foregroundColor().value(); - return QBrush(fgCol); - } return QVariant(); } -- cgit v1.2.3-70-g09d2