diff options
author | Martin Smith <martin.smith@nokia.com> | 2011-05-09 08:29:02 (GMT) |
---|---|---|
committer | Martin Smith <martin.smith@nokia.com> | 2011-05-09 08:29:02 (GMT) |
commit | 370b98690aab6d022d9c9c0afafd5552ab6928c1 (patch) | |
tree | e2830f9b9fe2e94febd9336e246cc8eb3f582911 /tools | |
parent | 75aea79ce599d5f62a1642a875774544f548c904 (diff) | |
download | Qt-370b98690aab6d022d9c9c0afafd5552ab6928c1.zip Qt-370b98690aab6d022d9c9c0afafd5552ab6928c1.tar.gz Qt-370b98690aab6d022d9c9c0afafd5552ab6928c1.tar.bz2 |
doc: Fixed a QML snippet reference
Also updated the Config class for reuse.
Diffstat (limited to 'tools')
-rw-r--r-- | tools/qdoc3/config.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/qdoc3/config.cpp b/tools/qdoc3/config.cpp index eaec327..06931ec 100644 --- a/tools/qdoc3/config.cpp +++ b/tools/qdoc3/config.cpp @@ -696,6 +696,7 @@ void Config::load(Location location, const QString& fileName) } while (isMetaKeyChar(c)); QStringList keys = stack.getExpanded(location); + qDebug() << "KEYS:" << keys; SKIP_SPACES(); if (keys.count() == 1 && keys.first() == "include") { |