aboutsummaryrefslogtreecommitdiffstats
path: root/qt-ui/maintab.h
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2014-11-06 11:24:38 -0800
committerGravatar Dirk Hohndel <dirk@hohndel.org>2014-11-07 13:00:58 -0800
commit45251ec7248a0300506af043b0a5c448051b2072 (patch)
tree5ade6357ec26c2412788844d48db76e9fdd3dcd7 /qt-ui/maintab.h
parent4ccddf95d7660b9c2c91da1d72f08bd45988c83e (diff)
downloadsubsurface-45251ec7248a0300506af043b0a5c448051b2072.tar.gz
Show extra data in separate tab on MainTab
This way any extra data probided by the dive computer is visible to the user (without other processing). This data cannot be edited by the user as it reflects the information given by the dive computer. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/maintab.h')
-rw-r--r--qt-ui/maintab.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/qt-ui/maintab.h b/qt-ui/maintab.h
index 541e3fb79..369dd1723 100644
--- a/qt-ui/maintab.h
+++ b/qt-ui/maintab.h
@@ -17,6 +17,7 @@
class WeightModel;
class CylindersModel;
+class ExtraDataModel;
class QCompleter;
struct Completers {
@@ -94,6 +95,7 @@ private:
Ui::MainTab ui;
WeightModel *weightModel;
CylindersModel *cylindersModel;
+ ExtraDataModel *extraDataModel;
EditMode editMode;
BuddyCompletionModel buddyModel;
DiveMasterCompletionModel diveMasterModel;