summaryrefslogtreecommitdiffstats
path: root/src/uml/qumlwritelinkaction.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/uml/qumlwritelinkaction.cpp')
-rw-r--r--src/uml/qumlwritelinkaction.cpp9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/uml/qumlwritelinkaction.cpp b/src/uml/qumlwritelinkaction.cpp
index efbeb26d..1a36aea2 100644
--- a/src/uml/qumlwritelinkaction.cpp
+++ b/src/uml/qumlwritelinkaction.cpp
@@ -71,11 +71,20 @@ QT_BEGIN_NAMESPACE
\inmodule QtUml
\brief WriteLinkAction is an abstract class for link actions that create and destroy links.
+
+ \b {QUmlWriteLinkAction is an abstract class.}
*/
+
+/*!
+ Creates a new QUmlWriteLinkAction.
+*/
QUmlWriteLinkAction::QUmlWriteLinkAction()
{
}
+/*!
+ Returns a deep-copied clone of the QUmlWriteLinkAction.
+*/
QModelingElement *QUmlWriteLinkAction::clone() const
{
QUmlWriteLinkAction *c = new QUmlWriteLinkAction;