From ba9302b8a9b6b50f37987261c1ade9af2ade2d3c Mon Sep 17 00:00:00 2001 From: Xizhi Zhu Date: Mon, 23 Jan 2012 21:25:30 +0100 Subject: Remove Symbian specific code from qtbase. Change-Id: I27d37d914b71e1e43c94e2a975ffec49e1ecd456 Reviewed-by: Lars Knoll --- doc/src/examples/htmlinfo.qdoc | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'doc/src/examples/htmlinfo.qdoc') 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. -- cgit v1.2.3