diff options
Diffstat (limited to 'profile-widget/profilewidget2.h')
-rw-r--r-- | profile-widget/profilewidget2.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/profile-widget/profilewidget2.h b/profile-widget/profilewidget2.h index 7766c4eef..937e0ee4b 100644 --- a/profile-widget/profilewidget2.h +++ b/profile-widget/profilewidget2.h @@ -222,11 +222,11 @@ private: QList<QGraphicsSimpleTextItem *> gases; + //specifics for ADD and PLAN +#ifndef SUBSURFACE_MOBILE // Use std::vector<> and std::unique_ptr<>, because QVector<QScopedPointer<...>> is unsupported. std::vector<std::unique_ptr<DivePictureItem>> pictures; - //specifics for ADD and PLAN -#ifndef SUBSURFACE_MOBILE QList<DiveHandler *> handles; void repositionDiveHandlers(); int fixHandlerIndex(DiveHandler *activeHandler); |