summaryrefslogtreecommitdiffstats
path: root/examples/xml/htmlinfo/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/xml/htmlinfo/main.cpp')
-rw-r--r--examples/xml/htmlinfo/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/xml/htmlinfo/main.cpp b/examples/xml/htmlinfo/main.cpp
index 3869ca5472..1424cfca67 100644
--- a/examples/xml/htmlinfo/main.cpp
+++ b/examples/xml/htmlinfo/main.cpp
@@ -79,7 +79,7 @@ void parseHtmlFile(QTextStream &out, const QString &fileName) {
}
//! [2]
- out << " Title: \"" << title << "\"" << endl
+ out << " Title: \"" << title << '"' << endl
<< " Number of paragraphs: " << paragraphCount << endl
<< " Number of links: " << links.size() << endl
<< " Showing first few links:" << endl;