diff options
author | Boris Barbulovski <bbarbulovski@gmail.com> | 2014-02-09 19:11:17 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-02-09 14:42:07 -0800 |
commit | 1d871eb749daaaeed7aec58c637450935f996932 (patch) | |
tree | 628bf76b83f7376d790f15ef1a21133062f62715 /qt-ui/profile/profilewidget2.h | |
parent | 8bb5cd60122e3f85d08f21bb7b9e1b7ef11aacb0 (diff) | |
download | subsurface-1d871eb749daaaeed7aec58c637450935f996932.tar.gz |
ProfileWidget2 class improvements
* Reorder ProfileWidget2 class constructor initialize list.
* Initialize(lazy) ProfileWidget2::plotInfo structure.
Signed-off-by: Boris Barbulovski <bbarbulovski@gmail.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/profile/profilewidget2.h')
-rw-r--r-- | qt-ui/profile/profilewidget2.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qt-ui/profile/profilewidget2.h b/qt-ui/profile/profilewidget2.h index ebc45f48a..605d93f58 100644 --- a/qt-ui/profile/profilewidget2.h +++ b/qt-ui/profile/profilewidget2.h @@ -81,7 +81,7 @@ private: // So it's esyer to replicate for more dives later. // In the meantime, keep it here. struct plot_info *plotInfo; - DepthAxis *profileYAxis ; + DepthAxis *profileYAxis; PartialGasPressureAxis *gasYAxis; TemperatureAxis *temperatureAxis; TimeAxis *timeAxis; |