diff options
author | Sandro S. Andrade <sandroandrade@kde.org> | 2013-10-13 23:19:00 -0300 |
---|---|---|
committer | The Qt Project <gerrit-noreply@qt-project.org> | 2013-10-14 15:03:23 +0200 |
commit | b715a4573294771118213d866d70b947bade715b (patch) | |
tree | 30036c525d96c5feb20e209e4e4b988ecca5f151 /src/uml/qumlparameterableelement.cpp | |
parent | 2dbf082f802705c430832848abc73b792697c441 (diff) |
Update automatic generation of UML metamodel implementation
Change-Id: I4a2ae9cdcde86c33669e2e56cec651e7bce3e629
Reviewed-by: Sandro S. Andrade <sandroandrade@kde.org>
Diffstat (limited to 'src/uml/qumlparameterableelement.cpp')
-rw-r--r-- | src/uml/qumlparameterableelement.cpp | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/uml/qumlparameterableelement.cpp b/src/uml/qumlparameterableelement.cpp index 2840d23f..4372020d 100644 --- a/src/uml/qumlparameterableelement.cpp +++ b/src/uml/qumlparameterableelement.cpp @@ -41,7 +41,6 @@ #include "qumlparameterableelement.h" #include <QtUml/QUmlComment> -#include <QtUml/QUmlElement> #include <QtUml/QUmlTemplateParameter> /*! @@ -126,7 +125,7 @@ void QUmlParameterableElement::setTemplateParameter(QUmlTemplateParameter *templ */ bool QUmlParameterableElement::isCompatibleWith(QUmlParameterableElement *p) const { - qWarning("UmlParameterableElement::isCompatibleWith(): to be implemented (operation)"); + qWarning("QUmlParameterableElement::isCompatibleWith(): to be implemented (operation)"); Q_UNUSED(p); return bool (); @@ -137,7 +136,7 @@ bool QUmlParameterableElement::isCompatibleWith(QUmlParameterableElement *p) con */ bool QUmlParameterableElement::isTemplateParameter() const { - qWarning("UmlParameterableElement::isTemplateParameter(): to be implemented (operation)"); + qWarning("QUmlParameterableElement::isTemplateParameter(): to be implemented (operation)"); return bool (); } |