summaryrefslogtreecommitdiffstats
path: root/doc/src/examples/htmlinfo.qdoc
diff options
context:
space:
mode:
authorXizhi Zhu <xizhi.zhu@gmail.com>2012-01-23 21:25:30 +0100
committerQt by Nokia <qt-info@nokia.com>2012-01-31 07:08:31 +0100
commitba9302b8a9b6b50f37987261c1ade9af2ade2d3c (patch)
tree5ca4d3d9b963b5b1afc40b396c773e90072f0818 /doc/src/examples/htmlinfo.qdoc
parentd1a2b53aaf76f48e195260a415ca406fa1ef01a2 (diff)
Remove Symbian specific code from qtbase.
Change-Id: I27d37d914b71e1e43c94e2a975ffec49e1ecd456 Reviewed-by: Lars Knoll <lars.knoll@nokia.com>
Diffstat (limited to 'doc/src/examples/htmlinfo.qdoc')
-rw-r--r--doc/src/examples/htmlinfo.qdoc9
1 files changed, 1 insertions, 8 deletions
diff --git a/doc/src/examples/htmlinfo.qdoc b/doc/src/examples/htmlinfo.qdoc
index 96c61f5541..0f55b4b28e 100644
--- a/doc/src/examples/htmlinfo.qdoc
+++ b/doc/src/examples/htmlinfo.qdoc
@@ -32,14 +32,7 @@
The XML HTML Info example provides a simple command line utility that
scans the current directory for HTML files and prints statistics about
them to standard out.
-
- \note Standard out is redirected on some platforms. On Symbian using Open
- C \c stdout is by default directed to the console window, but this window
- may not always be visible. To redirect to a file instead, locate the \c
- c:\\system\\data\\config.ini file (on either the emulator or the device)
- and change \c STDOUT to point to \c MEDIA4. This will redirect the console
- to \c c:\\system\\data\\out.txt.
-
+
The files are parsed using a QXmlStreamReader object. If the file does
not contain a well-formed XML document, a description of the error is
printed to the standard error console.