summaryrefslogtreecommitdiffstats
path: root/examples/uml/editor/wrappedobjectmodel.h
diff options
context:
space:
mode:
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;