summaryrefslogtreecommitdiffstats
path: root/src/uml/qumlobservation.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/uml/qumlobservation.cpp')
-rw-r--r--src/uml/qumlobservation.cpp9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/uml/qumlobservation.cpp b/src/uml/qumlobservation.cpp
index 0a873f81..986d4ea9 100644
--- a/src/uml/qumlobservation.cpp
+++ b/src/uml/qumlobservation.cpp
@@ -58,11 +58,20 @@ QT_BEGIN_NAMESPACE
\inmodule QtUml
\brief Observation is a superclass of TimeObservation and DurationObservation in order for TimeExpression and Duration to refer to either in a simple way.
+
+ \b {QUmlObservation is an abstract class.}
*/
+
+/*!
+ Creates a new QUmlObservation.
+*/
QUmlObservation::QUmlObservation()
{
}
+/*!
+ Returns a deep-copied clone of the QUmlObservation.
+*/
QModelingElement *QUmlObservation::clone() const
{
QUmlObservation *c = new QUmlObservation;