diff options
author | Lukáš Lalinský <lalinsky@gmail.com> | 2008-11-23 22:44:06 +0100 |
---|---|---|
committer | Lukáš Lalinský <lalinsky@gmail.com> | 2008-11-23 22:44:06 +0100 |
commit | 5da39fc03fe42f7e4b572374e983ea1afb80033d (patch) | |
tree | 4d6fcca41e63b37f8c77577c55d89b510fe959fe /databasemodelitem.cpp | |
download | dbmodel-5da39fc03fe42f7e4b572374e983ea1afb80033d.tar.xz |
Initial commit
Diffstat (limited to 'databasemodelitem.cpp')
-rw-r--r-- | databasemodelitem.cpp | 6 |
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) +{ +} |