diff options
author | Martin Smith <martin.smith@qt.io> | 2019-01-22 15:52:49 +0100 |
---|---|---|
committer | Edward Welbourne <edward.welbourne@qt.io> | 2019-01-23 15:42:44 +0000 |
commit | 0b919969cebeeb531a45dc4a95871cc279343281 (patch) | |
tree | c62d3b550383adc4b885c17914e30efa3426bdcb /src/qdoc/cppcodeparser.cpp | |
parent | f17ec3aac885cd347a3d3c6d74541a9aadc5fc78 (diff) | |
download | qttools-0b919969cebeeb531a45dc4a95871cc279343281.tar.gz |
Inline various simple methods in QDoc
Change-Id: Ie2ea694bd319f483e9a70f5934031028e0894976
Reviewed-by: Paul Wicking <paul.wicking@qt.io>
Diffstat (limited to 'src/qdoc/cppcodeparser.cpp')
-rw-r--r-- | src/qdoc/cppcodeparser.cpp | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/src/qdoc/cppcodeparser.cpp b/src/qdoc/cppcodeparser.cpp index 20341b769..0904ebc4e 100644 --- a/src/qdoc/cppcodeparser.cpp +++ b/src/qdoc/cppcodeparser.cpp @@ -120,14 +120,6 @@ CppCodeParser::CppCodeParser() } /*! - The destructor is trivial. - */ -CppCodeParser::~CppCodeParser() -{ - // nothing. -} - -/*! The constructor initializes a map of special node types for identifying important nodes. And it initializes some filters for identifying and excluding certain kinds of files. @@ -184,14 +176,6 @@ void CppCodeParser::terminateParser() } /*! - Returns "Cpp". - */ -QString CppCodeParser::language() -{ - return "Cpp"; -} - -/*! Returns a list of extensions for header files. */ QStringList CppCodeParser::headerFileNameFilter() |