diff options
Diffstat (limited to 'qt-ui/profile/divepixmapitem.cpp')
-rw-r--r-- | qt-ui/profile/divepixmapitem.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/qt-ui/profile/divepixmapitem.cpp b/qt-ui/profile/divepixmapitem.cpp new file mode 100644 index 000000000..5065396fb --- /dev/null +++ b/qt-ui/profile/divepixmapitem.cpp @@ -0,0 +1,5 @@ +#include "divepixmapitem.h" + +DivePixmapItem::DivePixmapItem(QObject* parent): QObject(parent), QGraphicsPixmapItem() +{ +}
\ No newline at end of file |