summaryrefslogtreecommitdiffstats
path: root/src/xml/doc/snippets/code/src_xml_sax_qxml.cpp
blob: f64a6b8b1b41357bf2c9921cc56a4f7b233a6bd6 (plain)
1
2
3
4
5
6
// Copyright (C) 2016 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause

//! [0]
xmlReader.setFeature("http://xml.org/sax/features/namespace-prefixes", true);
//! [0]