diff options
author | Rhys Weatherley <rhys.weatherley@nokia.com> | 2009-07-22 03:51:38 (GMT) |
---|---|---|
committer | Rhys Weatherley <rhys.weatherley@nokia.com> | 2009-07-22 03:51:38 (GMT) |
commit | 96ee22d27e3f7c54ae622a956435bfc84cdb0e90 (patch) | |
tree | 824bd84a09c278c1215345a2d44ea39fec667a7a /src/xmlpatterns/api/qxmlschema.cpp | |
parent | d0a4c6ab4d801b8b02638324505b29dbaa822f5c (diff) | |
parent | 5be62fbd822206c625cab4892ab485923dc79a00 (diff) | |
download | Qt-96ee22d27e3f7c54ae622a956435bfc84cdb0e90.zip Qt-96ee22d27e3f7c54ae622a956435bfc84cdb0e90.tar.gz Qt-96ee22d27e3f7c54ae622a956435bfc84cdb0e90.tar.bz2 |
Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt
Diffstat (limited to 'src/xmlpatterns/api/qxmlschema.cpp')
-rw-r--r-- | src/xmlpatterns/api/qxmlschema.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/xmlpatterns/api/qxmlschema.cpp b/src/xmlpatterns/api/qxmlschema.cpp index af4c715..e64b388 100644 --- a/src/xmlpatterns/api/qxmlschema.cpp +++ b/src/xmlpatterns/api/qxmlschema.cpp @@ -45,6 +45,8 @@ #include <QtCore/QIODevice> #include <QtCore/QUrl> +QT_BEGIN_NAMESPACE + /*! \class QXmlSchema @@ -293,3 +295,5 @@ QNetworkAccessManager *QXmlSchema::networkAccessManager() const { return d->networkAccessManager(); } + +QT_END_NAMESPACE |