diff options
author | Alessandro Portale <alessandro.portale@nokia.com> | 2009-09-09 15:08:52 (GMT) |
---|---|---|
committer | Alessandro Portale <alessandro.portale@nokia.com> | 2009-09-09 15:08:52 (GMT) |
commit | b8a6c69d7e2a8bcfc7c5e11784e0c6efee86caf4 (patch) | |
tree | eb2f1fb6f760cf54949e0cf3b24770d46a59bccd /src/xml | |
parent | 6715f2f29ae413b328243d8c3dbe15cfba51d33f (diff) | |
download | Qt-b8a6c69d7e2a8bcfc7c5e11784e0c6efee86caf4.zip Qt-b8a6c69d7e2a8bcfc7c5e11784e0c6efee86caf4.tar.gz Qt-b8a6c69d7e2a8bcfc7c5e11784e0c6efee86caf4.tar.bz2 |
Some unneeded semicolons less
Diffstat (limited to 'src/xml')
-rw-r--r-- | src/xml/dom/qdom.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/xml/dom/qdom.cpp b/src/xml/dom/qdom.cpp index cf2d8ba..3ae91d3 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 |