// SPDX-License-Identifier: GPL-2.0 #include "profile-widget/divepixmapitem.h" DivePixmapItem::DivePixmapItem(QGraphicsItem *parent) : QGraphicsPixmapItem(parent) { }