diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2014-01-17 06:30:47 +0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-01-17 06:39:24 +0700 |
commit | 09d08ddc1c13850557af28e8349bddd13ef5deec (patch) | |
tree | 3db5560d2f2efb36d1b291ad0a92f9018ea5aac1 /qt-ui/profile/profilewidget2.cpp | |
parent | 2e4dcba009337dfafe6afbf97a11c6470834dabd (diff) | |
download | subsurface-09d08ddc1c13850557af28e8349bddd13ef5deec.tar.gz |
Fix compile time warnings
Plus some small whitespace fixes.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/profile/profilewidget2.cpp')
-rw-r--r-- | qt-ui/profile/profilewidget2.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qt-ui/profile/profilewidget2.cpp b/qt-ui/profile/profilewidget2.cpp index b7489cc25..ebe9db9c3 100644 --- a/qt-ui/profile/profilewidget2.cpp +++ b/qt-ui/profile/profilewidget2.cpp @@ -27,8 +27,8 @@ ProfileWidget2::ProfileWidget2(QWidget *parent) : stateMachine(new QStateMachine(this)), background (new DivePixmapItem()), profileYAxis(new DepthAxis()), - temperatureAxis(new TemperatureAxis()), gasYAxis(new DiveCartesianAxis()), + temperatureAxis(new TemperatureAxis()), timeAxis(new TimeAxis()), depthController(new DiveRectItem()), timeController(new DiveRectItem()), |