summaryrefslogtreecommitdiffstats
path: root/qt-ui/profile/divecartesianaxis.cpp
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2014-02-16 10:44:23 -0800
committerGravatar Dirk Hohndel <dirk@hohndel.org>2014-02-16 10:44:23 -0800
commite0f8ec7144f2a952f003b8ad19aaa26d58537f4e (patch)
tree8da6b9c3da30a58e74fdb1dccdd556cb3ae72912 /qt-ui/profile/divecartesianaxis.cpp
parentf3c84ccf75a4955d0927f9d86a9c26a840f83add (diff)
downloadsubsurface-e0f8ec7144f2a952f003b8ad19aaa26d58537f4e.tar.gz
Clean up some warnings
Unused variables, more initialization order complaints. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/profile/divecartesianaxis.cpp')
-rw-r--r--qt-ui/profile/divecartesianaxis.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/qt-ui/profile/divecartesianaxis.cpp b/qt-ui/profile/divecartesianaxis.cpp
index bb77a341d..e7c043c66 100644
--- a/qt-ui/profile/divecartesianaxis.cpp
+++ b/qt-ui/profile/divecartesianaxis.cpp
@@ -62,8 +62,8 @@ DiveCartesianAxis::DiveCartesianAxis() : QObject(),
min(0),
max(0),
interval(1),
- labelScale(1.0),
tick_size(0),
+ labelScale(1.0),
textVisibility(true),
line_size(1)
{