summaryrefslogtreecommitdiff
path: root/databasemodelitem.cpp
diff options
context:
space:
mode:
authorLukáš Lalinský <lalinsky@gmail.com>2008-11-23 22:44:06 +0100
committerLukáš Lalinský <lalinsky@gmail.com>2008-11-23 22:44:06 +0100
commit5da39fc03fe42f7e4b572374e983ea1afb80033d (patch)
tree4d6fcca41e63b37f8c77577c55d89b510fe959fe /databasemodelitem.cpp
downloaddbmodel-5da39fc03fe42f7e4b572374e983ea1afb80033d.tar.xz
Initial commit
Diffstat (limited to 'databasemodelitem.cpp')
-rw-r--r--databasemodelitem.cpp6
1 files changed, 6 insertions, 0 deletions
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)
+{
+}