diff options
author | Friedemann Kleint <Friedemann.Kleint@digia.com> | 2013-07-15 16:59:10 +0200 |
---|---|---|
committer | The Qt Project <gerrit-noreply@qt-project.org> | 2013-07-16 11:57:16 +0200 |
commit | 808c59c00f23109d1887022c2d9a6f4e5ecc72a4 (patch) | |
tree | f0fb541ba1aba5a00e253f4ba32909024388a031 /src | |
parent | f89b4649502d12b9e703566e3801873d07e605b7 (diff) | |
download | qtxmlpatterns-808c59c00f23109d1887022c2d9a6f4e5ecc72a4.tar.gz |
Replace qt.nokia.com by www.qt-project.org in doc snippets.
Task-number: QTBUG-32390
Change-Id: I1e08a4cd5bbefbfc5cfd5b36724089cb1d0e78a8
Reviewed-by: Topi Reiniƶ <topi.reinio@digia.com>
Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/xmlpatterns/doc/snippets/qxmlschema/main.cpp | 4 | ||||
-rw-r--r-- | src/xmlpatterns/doc/snippets/qxmlschemavalidator/main.cpp | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/src/xmlpatterns/doc/snippets/qxmlschema/main.cpp b/src/xmlpatterns/doc/snippets/qxmlschema/main.cpp index 82ad79d..1d41a0f 100644 --- a/src/xmlpatterns/doc/snippets/qxmlschema/main.cpp +++ b/src/xmlpatterns/doc/snippets/qxmlschema/main.cpp @@ -84,8 +84,8 @@ void Schema::loadFromData() const QByteArray data( "<?xml version=\"1.0\" encoding=\"UTF-8\"?>" "<xsd:schema" " xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\"" - " xmlns=\"http://qt.nokia.com/xmlschematest\"" - " targetNamespace=\"http://qt.nokia.com/xmlschematest\"" + " xmlns=\"http://www.qt-project.org/xmlschematest\"" + " targetNamespace=\"http://www.qt-project.org/xmlschematest\"" " version=\"1.0\"" " elementFormDefault=\"qualified\">" "</xsd:schema>" ); diff --git a/src/xmlpatterns/doc/snippets/qxmlschemavalidator/main.cpp b/src/xmlpatterns/doc/snippets/qxmlschemavalidator/main.cpp index ed4b7d5..4de9073 100644 --- a/src/xmlpatterns/doc/snippets/qxmlschemavalidator/main.cpp +++ b/src/xmlpatterns/doc/snippets/qxmlschemavalidator/main.cpp @@ -108,8 +108,8 @@ QXmlSchema SchemaValidator::getSchema() const QByteArray data("<?xml version=\"1.0\" encoding=\"UTF-8\"?>" "<xsd:schema" " xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\"" - " xmlns=\"http://qt.nokia.com/xmlschematest\"" - " targetNamespace=\"http://qt.nokia.com/xmlschematest\"" + " xmlns=\"http://www.qt-project.org/xmlschematest\"" + " targetNamespace=\"http://www.qt-project.org/xmlschematest\"" " version=\"1.0\"" " elementFormDefault=\"qualified\">" "</xsd:schema>"); |