summaryrefslogtreecommitdiffstats
path: root/qt-ui/profile/profilewidget2.h
diff options
context:
space:
mode:
authorGravatar Tomaz Canabrava <tomaz.canabrava@intel.com>2014-05-23 22:39:51 -0300
committerGravatar Dirk Hohndel <dirk@hohndel.org>2014-05-24 07:36:44 -0700
commitd2569c6688caa595b33ab756f4bc62d93edd4b03 (patch)
treec35ebd87dd476fa001bc43a51b3cb702c330a2a0 /qt-ui/profile/profilewidget2.h
parent93f35971c634d6badea8df3124062a4ad7c919f0 (diff)
downloadsubsurface-d2569c6688caa595b33ab756f4bc62d93edd4b03.tar.gz
Remove a ton of code.
The code removed was already ported to the New Profile. We managed to clean quite a bit. huhhy Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/profile/profilewidget2.h')
-rw-r--r--qt-ui/profile/profilewidget2.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/qt-ui/profile/profilewidget2.h b/qt-ui/profile/profilewidget2.h
index 4b1d881de..5ce275eed 100644
--- a/qt-ui/profile/profilewidget2.h
+++ b/qt-ui/profile/profilewidget2.h
@@ -150,6 +150,7 @@ private:
QList<QGraphicsSimpleTextItem *> gases;
void repositionDiveHandlers();
int fixHandlerIndex(DiveHandler *activeHandler);
+ friend class DiveHandler;
};
#endif // PROFILEWIDGET2_H