mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-30 22:20:21 +00:00
6 lines
151 B
C++
6 lines
151 B
C++
|
#include "diverectitem.h"
|
||
|
|
||
|
DiveRectItem::DiveRectItem(QObject* parent, QGraphicsItem* parentItem): QObject(parent), QGraphicsRectItem(parentItem )
|
||
|
{
|
||
|
}
|