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/generator.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/generator.cpp')
-rw-r--r-- | tools/qdoc3/generator.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/qdoc3/generator.cpp b/tools/qdoc3/generator.cpp index 80f7e45..b7b63f3 100644 --- a/tools/qdoc3/generator.cpp +++ b/tools/qdoc3/generator.cpp @@ -213,6 +213,7 @@ void Generator::initialize(const Config &config) void Generator::terminate() { + qDebug() << "void Generator::terminate()"; QList<Generator *>::ConstIterator g = generators.begin(); while (g != generators.end()) { if (outputFormats.contains((*g)->format())) |