summaryrefslogtreecommitdiffstats
path: root/src/corelib/xml/qxmlstream.g
diff options
context:
space:
mode:
authorJørgen Lind <jorgen.lind@nokia.com>2009-10-19 09:41:57 +0200
committerJørgen Lind <jorgen.lind@nokia.com>2009-10-29 17:00:09 +0100
commit7c1122b79df61668525b63670c03c5da7e44ac9c (patch)
tree2bc33244925d9e2f8249631676ded6b3f54e1d52 /src/corelib/xml/qxmlstream.g
parent5c4130a509248e897d52e4980cc8d58f0940d76c (diff)
Fix QT_NO_XMLSTREAMREADER
Reviewed-by: tom
Diffstat (limited to 'src/corelib/xml/qxmlstream.g')
-rw-r--r--src/corelib/xml/qxmlstream.g4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/corelib/xml/qxmlstream.g b/src/corelib/xml/qxmlstream.g
index 3bf0e7d279..6c0c0cff86 100644
--- a/src/corelib/xml/qxmlstream.g
+++ b/src/corelib/xml/qxmlstream.g
@@ -243,7 +243,7 @@ public:
class QXmlStreamEntityResolver;
-
+#ifndef QT_NO_XMLSTREAMREADER
class QXmlStreamReaderPrivate : public QXmlStreamReader_Table, public QXmlStreamPrivateTagStack{
QXmlStreamReader *q_ptr;
Q_DECLARE_PUBLIC(QXmlStreamReader)
@@ -1840,4 +1840,6 @@ nmtoken ::= COLON;
}
return false;
}
+#endif //QT_NO_XMLSTREAMREADER.xml
+
./