summaryrefslogtreecommitdiffstats
path: root/src/qdoc/sections.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/qdoc/sections.cpp')
-rw-r--r--src/qdoc/sections.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qdoc/sections.cpp b/src/qdoc/sections.cpp
index 452295940..20d7fddab 100644
--- a/src/qdoc/sections.cpp
+++ b/src/qdoc/sections.cpp
@@ -160,7 +160,7 @@ void Section::clear()
Construct a name for the \a node that can be used for sorting
a set of nodes into equivalence classes.
*/
-QString Section::sortName(const Node *node)
+QString sortName(const Node *node)
{
QString nodeName{node->name()};