subsurface/profile-widget/divepixmapitem.cpp

7 lines
168 B
C++
Raw Normal View History

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