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. --- smtreeitem.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'smtreeitem.h') diff --git a/smtreeitem.h b/smtreeitem.h index 4e5265c..4021a3a 100644 --- a/smtreeitem.h +++ b/smtreeitem.h @@ -26,8 +26,6 @@ class SmTreeItem { void setParent(SmTreeItem *parent); QVariant data(int column) const; void setData(int column, const QVariant &data); - QVariant foregroundColor() const; - void setForegroundColor(const QVariant &data); bool insertChild(int where, SmTreeItem *child); bool removeChild(int where, bool deleteChild = true); friend class ArchiveCollector; @@ -36,7 +34,6 @@ class SmTreeItem { SmTreeItem(const SmTreeItem &other); QList mChildren; QList mData; - QVariant mForegroundColor; SmTreeItem *mParent; }; -- cgit v1.2.3-70-g09d2