summaryrefslogtreecommitdiffstats
path: root/src/uml/qumlparameterableelement.cpp
diff options
context:
space:
mode:
authorSandro S. Andrade <sandroandrade@kde.org>2013-10-28 16:17:24 -0300
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-10-28 20:13:49 +0100
commit7d844309f856ae472fa16393880e775e865a7ff0 (patch)
tree0f155318dd24d05a67d03af2aec80be746dae63d /src/uml/qumlparameterableelement.cpp
parent43d412b0c2b91f0dd42e49a5a2c60fc27d6ba27a (diff)
Add missing QT_BEGIN/END_NAMESPACE in model .cpp files
Change-Id: I4100ce6c40eccd0a3234392a4af59373c9bf5f37 Reviewed-by: Sandro S. Andrade <sandroandrade@kde.org>
Diffstat (limited to 'src/uml/qumlparameterableelement.cpp')
-rw-r--r--src/uml/qumlparameterableelement.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/uml/qumlparameterableelement.cpp b/src/uml/qumlparameterableelement.cpp
index 4372020d..425f8aae 100644
--- a/src/uml/qumlparameterableelement.cpp
+++ b/src/uml/qumlparameterableelement.cpp
@@ -43,6 +43,8 @@
#include <QtUml/QUmlComment>
#include <QtUml/QUmlTemplateParameter>
+QT_BEGIN_NAMESPACE
+
/*!
\class QUmlParameterableElement
@@ -141,3 +143,5 @@ bool QUmlParameterableElement::isTemplateParameter() const
return bool ();
}
+QT_END_NAMESPACE
+