summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEdward Welbourne <edward.welbourne@qt.io>2020-07-21 11:52:53 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2020-08-05 06:41:08 +0000
commit4588e08b95f2c50dcdd9f7ab78062752afa0138b (patch)
tree3ac60521713fcfd3d5c316c4759f9738ac2c7987
parentaabba72f7965e06e2e6ed960d8cf8078249dac8c (diff)
Replace qInstallMsgHandler() with qInstallMessageHandler()
The latter has been the one to use since Qt5 came in. Change-Id: I51fc5e20bbc9b3cf1e2e46c3895878a2022274ab Reviewed-by: Paul Wicking <paul.wicking@qt.io> (cherry picked from commit 005f6f0bb3139a9d90daabab06bab2b346eb9de4) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--src/qdoc/doc/qdoc-manual-topiccmds.qdoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/qdoc/doc/qdoc-manual-topiccmds.qdoc b/src/qdoc/doc/qdoc-manual-topiccmds.qdoc
index a537c7499..0837648b7 100644
--- a/src/qdoc/doc/qdoc-manual-topiccmds.qdoc
+++ b/src/qdoc/doc/qdoc-manual-topiccmds.qdoc
@@ -1488,7 +1488,7 @@
void myMsgHandler(QtMsgType, const char *);
\ endcode
- \sa QtMsgType, qInstallMsgHandler()
+ \sa QtMsgType, qInstallMessageHandler()
* /
\endcode
@@ -1508,7 +1508,7 @@
</tt>
\endraw
- See also QtMsgType and qInstallMsgHandler().
+ See also QtMsgType and qInstallMessageHandler().
\endquotation
Other typedefs are located on the reference page for the class