summaryrefslogtreecommitdiffstats
path: root/src/mof/qmofexception.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mof/qmofexception.cpp')
-rw-r--r--src/mof/qmofexception.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/mof/qmofexception.cpp b/src/mof/qmofexception.cpp
index fd75147c..fa4b990a 100644
--- a/src/mof/qmofexception.cpp
+++ b/src/mof/qmofexception.cpp
@@ -46,11 +46,6 @@
QT_BEGIN_NAMESPACE
-/*!
- \class QMofException
-
- \inmodule QtMof
- */
QMofException::QMofException(bool createQModelingObject) :
_objectInError(0),
_elementInError(0)
@@ -72,7 +67,6 @@ QModelingElement *QMofException::clone() const
// OWNED ATTRIBUTES
-
QMofElement *QMofException::objectInError() const
{
// This is a read-write property
@@ -91,7 +85,6 @@ void QMofException::setObjectInError(QMofElement *objectInError)
}
}
-
QMofElement *QMofException::elementInError() const
{
// This is a read-write property
@@ -110,7 +103,6 @@ void QMofException::setElementInError(QMofElement *elementInError)
}
}
-
QString QMofException::description() const
{
// This is a read-write property