diff options
Diffstat (limited to 'src/base/QXmppElement.cpp')
| -rw-r--r-- | src/base/QXmppElement.cpp | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/src/base/QXmppElement.cpp b/src/base/QXmppElement.cpp index 904ab473..8832038c 100644 --- a/src/base/QXmppElement.cpp +++ b/src/base/QXmppElement.cpp @@ -223,19 +223,3 @@ void QXmppElement::toXml(QXmlStreamWriter *writer) const child.toXml(writer); writer->writeEndElement(); } - -QXmppElementList::QXmppElementList() -{ -} - -QXmppElementList::QXmppElementList(const QXmppElement &element) -{ - append(element); -} - - -QXmppElementList::QXmppElementList(const QList<QXmppElement> &other) - : QList<QXmppElement>(other) -{ -} - |
