diff options
Diffstat (limited to 'src/qdoc/clangcodeparser.cpp')
-rw-r--r-- | src/qdoc/clangcodeparser.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/qdoc/clangcodeparser.cpp b/src/qdoc/clangcodeparser.cpp index ea4ffb18e..9cc3a7466 100644 --- a/src/qdoc/clangcodeparser.cpp +++ b/src/qdoc/clangcodeparser.cpp @@ -414,8 +414,6 @@ private: Returns true if the symbol should be ignored for the documentation. */ bool ignoredSymbol(const QString &symbolName) { - if (symbolName.startsWith(QLatin1String("qt_"))) - return true; if (symbolName == QLatin1String("QPrivateSignal")) return true; return false; |