diff options
author | Martin Smith <martin.smith@nokia.com> | 2010-07-14 08:47:58 (GMT) |
---|---|---|
committer | Martin Smith <martin.smith@nokia.com> | 2010-07-14 08:47:58 (GMT) |
commit | d3f67bfe7cd1cc39d25e6a7371b2b185591008c4 (patch) | |
tree | 7c72b26f78f427efbcd7daa3c487104515087717 /tools/qdoc3/htmlgenerator.h | |
parent | b2002d0814e18f7a50bdbf8d17c4bc1662fa70ee (diff) | |
download | Qt-d3f67bfe7cd1cc39d25e6a7371b2b185591008c4.zip Qt-d3f67bfe7cd1cc39d25e6a7371b2b185591008c4.tar.gz Qt-d3f67bfe7cd1cc39d25e6a7371b2b185591008c4.tar.bz2 |
qdoc: Removed navigation arrow that was causing display problems.
Task-number: QTBUG-12157, QTBUG-12148, QTBUG-12146
Diffstat (limited to 'tools/qdoc3/htmlgenerator.h')
-rw-r--r-- | tools/qdoc3/htmlgenerator.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/qdoc3/htmlgenerator.h b/tools/qdoc3/htmlgenerator.h index abfca60..54032d3 100644 --- a/tools/qdoc3/htmlgenerator.h +++ b/tools/qdoc3/htmlgenerator.h @@ -324,6 +324,7 @@ class HtmlGenerator : public PageGenerator static int id; public: static bool debugging_on; + static QString divNavTop; }; #define HTMLGENERATOR_ADDRESS "address" |