diff options
author | Martin Smith <msmith@trolltech.com> | 2010-03-11 10:57:28 (GMT) |
---|---|---|
committer | Martin Smith <msmith@trolltech.com> | 2010-03-11 10:57:28 (GMT) |
commit | d85d4a8f3239e1458e8f07a021c8e28782e414f4 (patch) | |
tree | eea4ae487f8fb296eaa5ea82fd3079e04fd9388b /tools/qdoc3/doc.cpp | |
parent | 29b0a46e738736f1bdc0cf23f00942689a4533f9 (diff) | |
download | Qt-d85d4a8f3239e1458e8f07a021c8e28782e414f4.zip Qt-d85d4a8f3239e1458e8f07a021c8e28782e414f4.tar.gz Qt-d85d4a8f3239e1458e8f07a021c8e28782e414f4.tar.bz2 |
qdoc: Added debug code.
Diffstat (limited to 'tools/qdoc3/doc.cpp')
-rw-r--r-- | tools/qdoc3/doc.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/qdoc3/doc.cpp b/tools/qdoc3/doc.cpp index ad4cdde..1f29882 100644 --- a/tools/qdoc3/doc.cpp +++ b/tools/qdoc3/doc.cpp @@ -2929,6 +2929,7 @@ void Doc::initialize(const Config& config) void Doc::terminate() { + qDebug() << "void Doc::terminate()"; DocParser::exampleFiles.clear(); DocParser::exampleDirs.clear(); DocParser::sourceFiles.clear(); |