summaryrefslogtreecommitdiffstats
path: root/qt-ui/profilegraphics.h
diff options
context:
space:
mode:
authorGravatar Tomaz Canabrava <tcanabrava@kde.org>2013-05-09 17:30:16 -0300
committerGravatar Dirk Hohndel <dirk@hohndel.org>2013-05-09 17:50:06 -0700
commitb794c23099f97cefd0a65b070fc9aa9dd5523e87 (patch)
tree3caab1ed366ddc75cebf434e5f694ba2a5186ae2 /qt-ui/profilegraphics.h
parent25d65ab97d80b80465e346f749a71e1664244301 (diff)
downloadsubsurface-b794c23099f97cefd0a65b070fc9aa9dd5523e87.tar.gz
Plot pp Text
This patch plots the PP text, but when I plotted I realized that the gc.pi.mapp is being calculated wrong, probably something went wrong on the calculations - it's comming zered always. So, only one line & text is plotted. Signed-off-by: Tomaz Canabrava <tcanabrava@kde.org>
Diffstat (limited to 'qt-ui/profilegraphics.h')
-rw-r--r--qt-ui/profilegraphics.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/qt-ui/profilegraphics.h b/qt-ui/profilegraphics.h
index 6ed41de1e..ca0aaedf9 100644
--- a/qt-ui/profilegraphics.h
+++ b/qt-ui/profilegraphics.h
@@ -106,7 +106,7 @@ private:
void plot_pressure_value(int mbar, int sec, int xalign, int yalign);
void plot_deco_text();
void plot_pp_gas_profile();
-
+ void plot_pp_text();
QColor get_sac_color(int sac, int avg_sac);
QPen defaultPen;