summaryrefslogtreecommitdiffstats
path: root/qt-ui/profile/divetextitem.h
diff options
context:
space:
mode:
authorGravatar Tomaz Canabrava <tomaz.canabrava@intel.com>2015-01-16 17:17:55 -0200
committerGravatar Dirk Hohndel <dirk@hohndel.org>2015-01-17 08:54:00 +1300
commitd2c5770ae14a79ee124959f20b01161da52c62c2 (patch)
treef262a1fdb82c36624a16b9f7df548711bd23a627 /qt-ui/profile/divetextitem.h
parenta6e95511a681043907c2718b19d9d9023af173a9 (diff)
downloadsubsurface-d2c5770ae14a79ee124959f20b01161da52c62c2.tar.gz
Fix the colors - brush wasn't being set anymore.
Also a bit of code cleanup. Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/profile/divetextitem.h')
-rw-r--r--qt-ui/profile/divetextitem.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/qt-ui/profile/divetextitem.h b/qt-ui/profile/divetextitem.h
index a6c0622f8..0c0ec4b86 100644
--- a/qt-ui/profile/divetextitem.h
+++ b/qt-ui/profile/divetextitem.h
@@ -25,8 +25,6 @@ private:
QGraphicsPathItem *textBackgroundItem;
QGraphicsPathItem *textItem;
QString internalText;
- color_indice_t colorIndex;
- QBrush brush;
double scale;
};