Commit 808c59c0 authored by Friedemann Kleint's avatar Friedemann Kleint Committed by The Qt Project
Browse files

Replace qt.nokia.com by www.qt-project.org in doc snippets.


Task-number: QTBUG-32390

Change-Id: I1e08a4cd5bbefbfc5cfd5b36724089cb1d0e78a8
Reviewed-by: default avatarTopi Reiniö <topi.reinio@digia.com>
Reviewed-by: default avatarSergio Ahumada <sergio.ahumada@digia.com>
No related merge requests found
Showing with 4 additions and 4 deletions
......@@ -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>" );
......
......@@ -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>");
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment