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 gases; + //specifics for ADD and PLAN +#ifndef SUBSURFACE_MOBILE // Use std::vector<> and std::unique_ptr<>, because QVector> is unsupported. std::vector> pictures; - //specifics for ADD and PLAN -#ifndef SUBSURFACE_MOBILE QList handles; void repositionDiveHandlers(); int fixHandlerIndex(DiveHandler *activeHandler);