summaryrefslogtreecommitdiffstats
path: root/src/mof/qmoftag.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mof/qmoftag.cpp')
-rw-r--r--src/mof/qmoftag.cpp11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/mof/qmoftag.cpp b/src/mof/qmoftag.cpp
index 49bdabd2..03ddaa0a 100644
--- a/src/mof/qmoftag.cpp
+++ b/src/mof/qmoftag.cpp
@@ -44,11 +44,6 @@
QT_BEGIN_NAMESPACE
-/*!
- \class QMofTag
-
- \inmodule QtMof
- */
QMofTag::QMofTag(bool createQModelingObject) :
_tagOwner(0)
{
@@ -70,7 +65,6 @@ QModelingElement *QMofTag::clone() const
// OWNED ATTRIBUTES
-
QString QMofTag::name() const
{
// This is a read-write property
@@ -87,7 +81,6 @@ void QMofTag::setName(QString name)
}
}
-
QString QMofTag::value() const
{
// This is a read-write property
@@ -104,14 +97,12 @@ void QMofTag::setValue(QString value)
}
}
-
const QSet<QMofElement *> QMofTag::elements() const
{
// This is a read-write property
return _elements;
}
-
void QMofTag::addElement(QMofElement *element)
{
// This is a read-write property
@@ -122,7 +113,6 @@ void QMofTag::addElement(QMofElement *element)
QObject::connect(element->asQModelingObject(), SIGNAL(destroyed(QObject*)), this->asQModelingObject(), SLOT(removeElement(QObject *)));
}
}
-
void QMofTag::removeElement(QMofElement *element)
{
// This is a read-write property
@@ -132,7 +122,6 @@ void QMofTag::removeElement(QMofElement *element)
}
}
-
QMofElement *QMofTag::tagOwner() const
{
// This is a read-write property