summaryrefslogtreecommitdiffstats
path: root/src/xmlpatterns/api/qxmlserializer.h
diff options
context:
space:
mode:
authorRobert Griebl <robert.griebl@pelagicore.com>2014-07-31 13:10:37 (GMT)
committerRobert Griebl <robert.griebl@pelagicore.com>2014-08-05 12:49:11 (GMT)
commitec808b78e1b8d5cf128b3ef3e6933cb5ddd48544 (patch)
tree4f615e8188b035d306ea054edb5a6a8cde76c913 /src/xmlpatterns/api/qxmlserializer.h
parent50ffdf2b44342df33af0f653001d32f4478ae691 (diff)
downloadQt-ec808b78e1b8d5cf128b3ef3e6933cb5ddd48544.zip
Qt-ec808b78e1b8d5cf128b3ef3e6933cb5ddd48544.tar.gz
Qt-ec808b78e1b8d5cf128b3ef3e6933cb5ddd48544.tar.bz2
Fix at lot of QT_NO_ define guards for very tiny Qt builds.
Change-Id: If33639be245a1ad3782e1fde279371f330a988be Reviewed-by: Paul Olav Tvete <paul.tvete@digia.com>
Diffstat (limited to 'src/xmlpatterns/api/qxmlserializer.h')
-rw-r--r--src/xmlpatterns/api/qxmlserializer.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/xmlpatterns/api/qxmlserializer.h b/src/xmlpatterns/api/qxmlserializer.h
index 80b9a2d..fbc3afe 100644
--- a/src/xmlpatterns/api/qxmlserializer.h
+++ b/src/xmlpatterns/api/qxmlserializer.h
@@ -85,8 +85,10 @@ public:
QIODevice *outputDevice() const;
+#ifndef QT_NO_TEXTCODEC
void setCodec(const QTextCodec *codec);
const QTextCodec *codec() const;
+#endif
/* The members below are internal, not part of the public API, and
* unsupported. Using them leads to undefined behavior. */