summaryrefslogtreecommitdiffstats
path: root/subsurface-core/subsurface-qt/DiveObjectHelper.h
diff options
context:
space:
mode:
authorGravatar Tomaz Canabrava <tomaz.canabrava@intel.com>2016-01-11 15:02:13 -0200
committerGravatar Dirk Hohndel <dirk@hohndel.org>2016-01-11 15:44:10 -0800
commited97f9f3158fbf90f241fad8418de138bd242ef2 (patch)
treec29f69fb039ed69243421adf07146198831b1f54 /subsurface-core/subsurface-qt/DiveObjectHelper.h
parent9e85d767668faec8feec51ed00ed7c5b3db90cb3 (diff)
downloadsubsurface-ed97f9f3158fbf90f241fad8418de138bd242ef2.tar.gz
Simplify: QML code handling series
The connection between the C++ core and the QML code leaves a lot of room for improvement; the following series will do small but important updates on the code regarding QML and QtWidget coexistence and behavior. First: simplify wrapper class, removing uneeded variable. Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'subsurface-core/subsurface-qt/DiveObjectHelper.h')
-rw-r--r--subsurface-core/subsurface-qt/DiveObjectHelper.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/subsurface-core/subsurface-qt/DiveObjectHelper.h b/subsurface-core/subsurface-qt/DiveObjectHelper.h
index 5f6cdf60b..ee51b0ee3 100644
--- a/subsurface-core/subsurface-qt/DiveObjectHelper.h
+++ b/subsurface-core/subsurface-qt/DiveObjectHelper.h
@@ -62,7 +62,6 @@ public:
QString otu() const;
private:
- int m_number;
int m_id;
int m_rating;
QString m_date;