From 5da39fc03fe42f7e4b572374e983ea1afb80033d Mon Sep 17 00:00:00 2001 From: Lukáš Lalinský Date: Sun, 23 Nov 2008 22:44:06 +0100 Subject: Initial commit --- databasemodelitem.cpp | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 databasemodelitem.cpp (limited to 'databasemodelitem.cpp') diff --git a/databasemodelitem.cpp b/databasemodelitem.cpp new file mode 100644 index 0000000..91520b4 --- /dev/null +++ b/databasemodelitem.cpp @@ -0,0 +1,6 @@ +#include "databasemodelitem.h" + +DatabaseModelItem::DatabaseModelItem(QGraphicsItem *parent) + : QGraphicsItem(parent) +{ +} -- cgit v1.2.3-70-g09d2