summaryrefslogtreecommitdiffstats
path: root/addon
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2004-05-17 20:19:03 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2004-05-17 20:19:03 (GMT)
commit820c90090848a96b959c562209bc3242fee58a53 (patch)
tree5c4df5008d6c8033ded1f60fbb87461e666c8f1c /addon
parent64ab36082a9cb658fd54c2b76fdf1a9b40ed7b74 (diff)
downloadDoxygen-820c90090848a96b959c562209bc3242fee58a53.zip
Doxygen-820c90090848a96b959c562209bc3242fee58a53.tar.gz
Doxygen-820c90090848a96b959c562209bc3242fee58a53.tar.bz2
Release-1.3.7-20040517
Diffstat (limited to 'addon')
-rw-r--r--addon/doxywizard/doxywizard.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/addon/doxywizard/doxywizard.cpp b/addon/doxywizard/doxywizard.cpp
index abc119b..799fe4f 100644
--- a/addon/doxywizard/doxywizard.cpp
+++ b/addon/doxywizard/doxywizard.cpp
@@ -479,6 +479,7 @@ void ConfigFile::addDependency(QDict<QObject> *switches,
{
if (!dep.isEmpty())
{
+ //printf("ConfigFile::addDependency(%s)\n",name.data());
IInput *parent = m_inputWidgets->find(dep);
ASSERT(parent!=0);
IInput *child = m_inputWidgets->find(name);