aboutsummaryrefslogtreecommitdiffstats
path: root/qt-ui/profile/profilewidget2.cpp
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2014-01-17 06:30:47 +0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2014-01-17 06:39:24 +0700
commit09d08ddc1c13850557af28e8349bddd13ef5deec (patch)
tree3db5560d2f2efb36d1b291ad0a92f9018ea5aac1 /qt-ui/profile/profilewidget2.cpp
parent2e4dcba009337dfafe6afbf97a11c6470834dabd (diff)
downloadsubsurface-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.cpp2
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()),