summaryrefslogtreecommitdiffstats
path: root/src/xml
diff options
context:
space:
mode:
authorAlessandro Portale <alessandro.portale@nokia.com>2009-09-09 17:08:52 +0200
committerAlessandro Portale <alessandro.portale@nokia.com>2009-09-09 17:08:52 +0200
commitb8a6c69d7e2a8bcfc7c5e11784e0c6efee86caf4 (patch)
treeeb2f1fb6f760cf54949e0cf3b24770d46a59bccd /src/xml
parent6715f2f29ae413b328243d8c3dbe15cfba51d33f (diff)
Some unneeded semicolons less
Diffstat (limited to 'src/xml')
-rw-r--r--src/xml/dom/qdom.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/xml/dom/qdom.cpp b/src/xml/dom/qdom.cpp
index cf2d8ba65d..3ae91d3177 100644
--- a/src/xml/dom/qdom.cpp
+++ b/src/xml/dom/qdom.cpp
@@ -514,8 +514,8 @@ public:
bool setContent(QXmlInputSource *source, QXmlReader *reader, QString *errorMsg, int *errorLine, int *errorColumn);
// Attributes
- QDomDocumentTypePrivate* doctype() { return type.data(); };
- QDomImplementationPrivate* implementation() { return impl.data(); };
+ QDomDocumentTypePrivate* doctype() { return type.data(); }
+ QDomImplementationPrivate* implementation() { return impl.data(); }
QDomElementPrivate* documentElement();
// Factories