qdoc: Add header file debug output to match source file debug output

Change-Id: If8c941be42986704e9ac4da056a6c4b2490e6131
Reviewed-by: Martin Smith <martin.smith@digia.com>
bb10
Robin Burchell 2014-06-19 00:51:20 +02:00 committed by Robin Burchell
parent febded2353
commit 685655c4a5
1 changed files with 1 additions and 0 deletions

View File

@ -462,6 +462,7 @@ static void processQdocconfFile(const QString &fileName)
CodeParser *codeParser = CodeParser::parserForHeaderFile(h.key());
if (codeParser) {
++parsed;
Generator::debug(QString("Parsing " + h.key()));
codeParser->parseHeaderFile(config.location(), h.key());
usedParsers.insert(codeParser);
}