aboutsummaryrefslogtreecommitdiffstats
path: root/qt-ui/profilegraphics.cpp
diff options
context:
space:
mode:
authorGravatar Tomaz Canabrava <tcanabrava@kde.org>2014-01-19 20:14:48 -0200
committerGravatar Dirk Hohndel <dirk@hohndel.org>2014-01-19 21:38:10 -0800
commitedad8712b97781ae8952fe5905cb337ecc0be9ea (patch)
treedcd8017937acf90745c7f91c397df97d0c35a9e6 /qt-ui/profilegraphics.cpp
parentcd3867d46abdc3c19368b7370b4fa1c3b71d0e1d (diff)
downloadsubsurface-edad8712b97781ae8952fe5905cb337ecc0be9ea.tar.gz
Make the colors of the texts be prettier.
Just fixes some colors of the texts on the canvas. Signed-off-by: Tomaz Canabrava <tcanabrava@kde.org> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/profilegraphics.cpp')
-rw-r--r--qt-ui/profilegraphics.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/qt-ui/profilegraphics.cpp b/qt-ui/profilegraphics.cpp
index 2d99e654f..454bca65a 100644
--- a/qt-ui/profilegraphics.cpp
+++ b/qt-ui/profilegraphics.cpp
@@ -362,7 +362,6 @@ QColor ProfileGraphicsView::getColor(const color_indice_t i)
void ProfileGraphicsView::plot(struct dive *d, bool forceRedraw)
{
- return;
struct divecomputer *dc = NULL;
if (d)