diff options
author | David Boddie <david.boddie@nokia.com> | 2010-12-06 17:48:51 (GMT) |
---|---|---|
committer | David Boddie <david.boddie@nokia.com> | 2010-12-06 17:48:51 (GMT) |
commit | 94cccc8b971eda3e0330950111c7988f3dd87309 (patch) | |
tree | da7f907a48e5785f9a57779a55158d0e223e59db /tools/qdoc3/helpprojectwriter.cpp | |
parent | 6f1e732ff0838461be262fa0b86697fab5d8f5b2 (diff) | |
download | Qt-94cccc8b971eda3e0330950111c7988f3dd87309.zip Qt-94cccc8b971eda3e0330950111c7988f3dd87309.tar.gz Qt-94cccc8b971eda3e0330950111c7988f3dd87309.tar.bz2 |
Removed QDebug includes.
Diffstat (limited to 'tools/qdoc3/helpprojectwriter.cpp')
-rw-r--r-- | tools/qdoc3/helpprojectwriter.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/qdoc3/helpprojectwriter.cpp b/tools/qdoc3/helpprojectwriter.cpp index 63e8df7..6253c58 100644 --- a/tools/qdoc3/helpprojectwriter.cpp +++ b/tools/qdoc3/helpprojectwriter.cpp @@ -41,7 +41,6 @@ #include <QHash> #include <QMap> -//#include <qdebug.h> #include "atom.h" #include "helpprojectwriter.h" @@ -49,7 +48,6 @@ #include "config.h" #include "node.h" #include "tree.h" -#include <qdebug.h> QT_BEGIN_NAMESPACE |