mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 05:00:20 +00:00
5 lines
120 B
C++
5 lines
120 B
C++
|
#include "divepixmapitem.h"
|
||
|
|
||
|
DivePixmapItem::DivePixmapItem(QObject* parent): QObject(parent), QGraphicsPixmapItem()
|
||
|
{
|
||
|
}
|