diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2015-01-01 16:28:37 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-01-01 16:28:37 -0800 |
commit | c4954d90a1e4f3fc3d2601e6bd6d95f27b0d78ed (patch) | |
tree | 24197fe017b66afe680093b8a8adea376a27b2e0 /qt-ui/profile/profilewidget2.h | |
parent | b6f47883c3bd3c05f1f5ef4d933a7b138d30b313 (diff) | |
download | subsurface-c4954d90a1e4f3fc3d2601e6bd6d95f27b0d78ed.tar.gz |
Whitespace cleanup
Quite a bit of wild white space going on...
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/profile/profilewidget2.h')
-rw-r--r-- | qt-ui/profile/profilewidget2.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/qt-ui/profile/profilewidget2.h b/qt-ui/profile/profilewidget2.h index 8a043664d..2de60ccbd 100644 --- a/qt-ui/profile/profilewidget2.h +++ b/qt-ui/profile/profilewidget2.h @@ -123,6 +123,7 @@ slots: // Necessary to call from QAction's signals. void divePlannerHandlerClicked(); void divePlannerHandlerReleased(); + protected: virtual ~ProfileWidget2(); virtual void resizeEvent(QResizeEvent *event); @@ -162,7 +163,7 @@ private: TimeAxis *timeAxis; DiveProfileItem *diveProfileItem; DiveTemperatureItem *temperatureItem; - DiveMeanDepthItem *meanDepthItem; + DiveMeanDepthItem *meanDepthItem; DiveCartesianAxis *cylinderPressureAxis; DiveGasPressureItem *gasPressureItem; QList<DiveEventItem *> eventItems; @@ -190,7 +191,7 @@ private: //specifics for ADD and PLAN QList<DiveHandler *> handles; QList<QGraphicsSimpleTextItem *> gases; - QList<DivePictureItem*> pictures; + QList<DivePictureItem *> pictures; void repositionDiveHandlers(); int fixHandlerIndex(DiveHandler *activeHandler); friend class DiveHandler; |