summaryrefslogtreecommitdiffstats
path: root/src/uml/qumlwritelinkaction.cpp
diff options
context:
space:
mode:
authorSandro S. Andrade <sandroandrade@kde.org>2013-11-24 12:13:48 -0300
committerSandro S. Andrade <sandroandrade@kde.org>2013-11-24 16:09:14 +0100
commit127ae727775358ea6d6a1e292f9bf5714adcd046 (patch)
treee77622182ac0a094696f4f608580eaaec7782064 /src/uml/qumlwritelinkaction.cpp
parent1b2df2c79004e93a5bab937d9cac32f7621a6c0e (diff)
Update UML metamodel implementation and documentation
Change-Id: I45eccac45a154f94471aa4a55a9562fbc15b2567 Reviewed-by: Sandro S. Andrade <sandroandrade@kde.org>
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;