summaryrefslogtreecommitdiffstats
path: root/src/uml/qumlevent.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/uml/qumlevent.cpp')
-rw-r--r--src/uml/qumlevent.cpp9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/uml/qumlevent.cpp b/src/uml/qumlevent.cpp
index 3fa15073..094c3719 100644
--- a/src/uml/qumlevent.cpp
+++ b/src/uml/qumlevent.cpp
@@ -58,11 +58,20 @@ QT_BEGIN_NAMESPACE
\inmodule QtUml
\brief An event is the specification of some occurrence that may potentially trigger effects by an object.
+
+ \b {QUmlEvent is an abstract class.}
*/
+
+/*!
+ Creates a new QUmlEvent.
+*/
QUmlEvent::QUmlEvent()
{
}
+/*!
+ Returns a deep-copied clone of the QUmlEvent.
+*/
QModelingElement *QUmlEvent::clone() const
{
QUmlEvent *c = new QUmlEvent;