diff options
author | Jerome Pasion <jerome.pasion@nokia.com> | 2010-08-03 07:50:51 (GMT) |
---|---|---|
committer | Jerome Pasion <jerome.pasion@nokia.com> | 2010-08-03 07:50:51 (GMT) |
commit | 85ea6f68c4a4388a0919358d4854afbd5edda35f (patch) | |
tree | f8677c4892f990a80fad36fa3b0beac8cb6c9732 /tools/qdoc3/main.cpp | |
parent | a53b98f9269e6ee0b524fe7477e8fb46f189f9d3 (diff) | |
parent | 1e4a54f0df3d2292d5f0490749ec2fb255912369 (diff) | |
download | Qt-85ea6f68c4a4388a0919358d4854afbd5edda35f.zip Qt-85ea6f68c4a4388a0919358d4854afbd5edda35f.tar.gz Qt-85ea6f68c4a4388a0919358d4854afbd5edda35f.tar.bz2 |
Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7
Diffstat (limited to 'tools/qdoc3/main.cpp')
-rw-r--r-- | tools/qdoc3/main.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tools/qdoc3/main.cpp b/tools/qdoc3/main.cpp index 44f9572..47a4b67 100644 --- a/tools/qdoc3/main.cpp +++ b/tools/qdoc3/main.cpp @@ -521,8 +521,10 @@ int main(int argc, char **argv) /* Main loop. */ - foreach (QString qf, qdocFiles) + foreach (QString qf, qdocFiles) { + qDebug() << "PROCESSING:" << qf; processQdocconfFile(qf); + } qDeleteAll(trees); return EXIT_SUCCESS; |