summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThibaut Cuvelier <cuvelier.thibaut@gmail.com>2019-11-13 22:25:18 +0100
committerThibaut Cuvelier <cuvelier.thibaut@gmail.com>2019-11-21 15:44:00 +0100
commit8437ead59e73007f05346068ff0979352488a218 (patch)
treeacd3995f36ad8d8a7aee1415a7260787bed25095
parent18422dbec0f4522e3c2bfaf05ebe5b4fca35be88 (diff)
Correct a typo in a comment
Change-Id: I41841706c17fee870ca91e679d63a7a00d876519 Reviewed-by: Paul Wicking <paul.wicking@qt.io>
-rw-r--r--src/qdoc/generator.cpp6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/qdoc/generator.cpp b/src/qdoc/generator.cpp
index 184b1f67a..b7ff6f8cb 100644
--- a/src/qdoc/generator.cpp
+++ b/src/qdoc/generator.cpp
@@ -1632,11 +1632,7 @@ void Generator::generateThreadSafeness(const Node *node, CodeMarker *marker)
}
/*!
- If the node is an overloaded signal, and a node with an example on how to connect to it
-
- Someone didn't finish writing this comment, and I don't know what this
- function is supposed to do, so I have not tried to complete the comment
- yet.
+ If the node is an overloaded signal, add a node with an example on how to connect to it
*/
void Generator::generateOverloadedSignal(const Node *node, CodeMarker *marker)
{