diff options
author | Tomaz Canabrava <tcanabrava@kde.org> | 2014-01-21 13:27:08 -0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-01-21 09:39:09 -0800 |
commit | 0a4e21a16813592031baf8ca90bc52418aa8965e (patch) | |
tree | 1d9d255b45de6bbe048e911fdca2fcb59d7982b2 /qt-ui/profilegraphics.h | |
parent | caba6500d63e6081565aebd9e872e48b049e5d03 (diff) | |
download | subsurface-0a4e21a16813592031baf8ca90bc52418aa8965e.tar.gz |
Add the depth text.
Depth text got added to the new profile.
Signed-off-by: Tomaz Canabrava <tcanabrava@kde.org>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/profilegraphics.h')
-rw-r--r-- | qt-ui/profilegraphics.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qt-ui/profilegraphics.h b/qt-ui/profilegraphics.h index 8881d0321..e2b858149 100644 --- a/qt-ui/profilegraphics.h +++ b/qt-ui/profilegraphics.h @@ -162,7 +162,7 @@ private: void plot_single_temp_text(int sec, int mkelvin); void plot_depth_text(); void plot_text_samples(); - void plot_depth_sample(struct plot_data *entry, text_render_options_t *tro); + void plot_depth_sample(plot_data* entry, text_render_options_t* tro); void plot_cylinder_pressure_text(); void plot_pressure_value(int mbar, int sec, double xalign, double yalign); void plot_gas_value(int mbar, int sec, double xalign, double yalign, int o2, int he); |