summaryrefslogtreecommitdiffstats
path: root/src/xml/sax/qxml.cpp
diff options
context:
space:
mode:
authorNico Vertriest <[email protected]>2013-01-25 12:59:25 +0100
committerThe Qt Project <[email protected]>2013-01-28 11:49:48 +0100
commit223ba7e66a5220e072f54861881ca85222ddd31b (patch)
tree1c1647ff9bf4693825aaaef5d1989c68c912173f /src/xml/sax/qxml.cpp
parentf329dccb797bcbb45bb5fbf7e9234279454d6d1e (diff)
Doc: correct name of file with snippet
Snippet not showing because qdoc read wrong snippet file. Due to 2 files having the same name. One was renamed: rsslisting.cpp --> listing.cpp Task-number: QTBUG-29101 Change-Id: I62b7eee6f2860613ee90538d8dea006b89000317 Reviewed-by: Venugopal Shivashankar <[email protected]> Reviewed-by: Jerome Pasion <[email protected]>
Diffstat (limited to 'src/xml/sax/qxml.cpp')
-rw-r--r--src/xml/sax/qxml.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xml/sax/qxml.cpp b/src/xml/sax/qxml.cpp
index ee40f9d753f..3ed792418ed 100644
--- a/src/xml/sax/qxml.cpp
+++ b/src/xml/sax/qxml.cpp
@@ -2365,7 +2365,7 @@ events are reported.
it we can use the same handler for both of the following
reader functions:
- \snippet rsslisting/rsslisting.cpp 0
+ \snippet rsslisting/listing.cpp 0
Since the reader will inform the handler of parsing errors, it is
necessary to reimplement QXmlErrorHandler::fatalError() if, for