summaryrefslogtreecommitdiffstats
path: root/examples/uml/editor/wrappedobjectmodel.h
diff options
context:
space:
mode:
authorSandro S. Andrade <sandroandrade@kde.org>2013-01-09 03:15:33 -0300
committerSandro S. Andrade <sandroandrade@kde.org>2013-01-09 07:18:03 +0100
commit63faf4d975c959754fe448e8d71678dbfcd42e1e (patch)
tree85eb664c1288d525ff0ab025f0865343f5d73434 /examples/uml/editor/wrappedobjectmodel.h
parent9c117059c1871ea9421607ed78070fa393161765 (diff)
Initial working implementation of XMI read/write in UML editor
Change-Id: I98abf6c5c8b3ac3fee78087a4b07fdf72ba35617 Reviewed-by: Sandro S. Andrade <sandroandrade@kde.org>
Diffstat (limited to 'examples/uml/editor/wrappedobjectmodel.h')
-rw-r--r--examples/uml/editor/wrappedobjectmodel.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/uml/editor/wrappedobjectmodel.h b/examples/uml/editor/wrappedobjectmodel.h
index b3353b9d..96ea3180 100644
--- a/examples/uml/editor/wrappedobjectmodel.h
+++ b/examples/uml/editor/wrappedobjectmodel.h
@@ -16,6 +16,7 @@ public:
explicit WrappedObjectModel(QObject *parent = 0);
void setWrappedObject(QWrappedObject *wrappedObject);
+ QWrappedObject *wrappedObject() const;
virtual QModelIndex index(int row, int column, const QModelIndex &parent = QModelIndex()) const;
virtual QModelIndex parent(const QModelIndex &child) const;