diff options
author | Martin Smith <martin.smith@nokia.com> | 2011-05-11 12:51:56 (GMT) |
---|---|---|
committer | Martin Smith <martin.smith@nokia.com> | 2011-05-11 12:51:56 (GMT) |
commit | 153fa2771662810557b775d07453fd3d1064ed66 (patch) | |
tree | 5c5cc6358d0575d97555e8323a6999a5b6ae2981 /tools/qdoc3/config.cpp | |
parent | 767aa20e1033fe9283f89f4bda09bc015a4b08e6 (diff) | |
download | Qt-153fa2771662810557b775d07453fd3d1064ed66.zip Qt-153fa2771662810557b775d07453fd3d1064ed66.tar.gz Qt-153fa2771662810557b775d07453fd3d1064ed66.tar.bz2 |
doc: Fixed QTBUG-18791
Diffstat (limited to 'tools/qdoc3/config.cpp')
-rw-r--r-- | tools/qdoc3/config.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/qdoc3/config.cpp b/tools/qdoc3/config.cpp index 06931ec..1ff2a0d 100644 --- a/tools/qdoc3/config.cpp +++ b/tools/qdoc3/config.cpp @@ -696,7 +696,7 @@ void Config::load(Location location, const QString& fileName) } while (isMetaKeyChar(c)); QStringList keys = stack.getExpanded(location); - qDebug() << "KEYS:" << keys; + //qDebug() << "KEYS:" << keys; SKIP_SPACES(); if (keys.count() == 1 && keys.first() == "include") { |