summaryrefslogtreecommitdiffstats
path: root/src/xml/sax/qxml.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/xml/sax/qxml.h')
-rw-r--r--src/xml/sax/qxml.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/xml/sax/qxml.h b/src/xml/sax/qxml.h
index 4ce2c26b05..743f8702af 100644
--- a/src/xml/sax/qxml.h
+++ b/src/xml/sax/qxml.h
@@ -117,8 +117,8 @@ private:
class Q_XML_EXPORT QXmlAttributes
{
public:
- QXmlAttributes() {}
- virtual ~QXmlAttributes() {}
+ QXmlAttributes();
+ virtual ~QXmlAttributes();
int index(const QString& qName) const;
int index(QLatin1String qName) const;
@@ -365,8 +365,8 @@ public:
class Q_XML_EXPORT QXmlDefaultHandler : public QXmlContentHandler, public QXmlErrorHandler, public QXmlDTDHandler, public QXmlEntityResolver, public QXmlLexicalHandler, public QXmlDeclHandler
{
public:
- QXmlDefaultHandler() { }
- virtual ~QXmlDefaultHandler() { }
+ QXmlDefaultHandler();
+ virtual ~QXmlDefaultHandler();
void setDocumentLocator(QXmlLocator* locator);
bool startDocument();