From cee8ac403286548961f52f8cef8abfb14060c707 Mon Sep 17 00:00:00 2001 From: Paul Wicking Date: Fri, 10 Mar 2023 09:29:18 +0100 Subject: QDoc: Remove CodeParser::initializeParser() Due to recent changes, CodeParser::initializeParser() is a noop. * Derived classes implement overrides, so make it pure virtual in CodeParser. * Drop the call from the initializeParser methods of CppCodeParser and QmlCodeParser. Task-number: QTBUG-111686 Change-Id: Ia018132d9401b9189e3a0d6346606488fd163edd Reviewed-by: Luca Di Sera --- src/qdoc/cppcodeparser.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/qdoc/cppcodeparser.cpp') diff --git a/src/qdoc/cppcodeparser.cpp b/src/qdoc/cppcodeparser.cpp index 97982a782..81800ce32 100644 --- a/src/qdoc/cppcodeparser.cpp +++ b/src/qdoc/cppcodeparser.cpp @@ -70,8 +70,6 @@ CppCodeParser::CppCodeParser() */ void CppCodeParser::initializeParser() { - CodeParser::initializeParser(); - /* All these can appear in a C++ namespace. Don't add anything that can't be in a C++ namespace. -- cgit v1.2.1