diff options
author | David Boddie <david.boddie@nokia.com> | 2010-12-09 15:02:22 (GMT) |
---|---|---|
committer | David Boddie <david.boddie@nokia.com> | 2010-12-09 15:02:22 (GMT) |
commit | 32292ebabf620200708d40fa8bfa43fc6562d716 (patch) | |
tree | 66634a345cbe3a6b481eb72895611ca8b88c13c5 /tools/qdoc3/test/qt-html-templates.qdocconf | |
parent | 05f330b96deaec54c4cfd7c1a190e7d90d77a54d (diff) | |
download | Qt-32292ebabf620200708d40fa8bfa43fc6562d716.zip Qt-32292ebabf620200708d40fa8bfa43fc6562d716.tar.gz Qt-32292ebabf620200708d40fa8bfa43fc6562d716.tar.bz2 |
Removed redundant style information and images.
Diffstat (limited to 'tools/qdoc3/test/qt-html-templates.qdocconf')
-rw-r--r-- | tools/qdoc3/test/qt-html-templates.qdocconf | 20 |
1 files changed, 2 insertions, 18 deletions
diff --git a/tools/qdoc3/test/qt-html-templates.qdocconf b/tools/qdoc3/test/qt-html-templates.qdocconf index 67ce95a..8241fa0 100644 --- a/tools/qdoc3/test/qt-html-templates.qdocconf +++ b/tools/qdoc3/test/qt-html-templates.qdocconf @@ -47,31 +47,15 @@ HTML.footer = \ " as published by the Free Software Foundation.</p>\n" \ "</div>\n" \ -# Files not referenced in any qdoc file (last four are needed by qtdemo) +# Files not referenced in any qdoc file. # See also extraimages.HTML qhp.Qt.extraFiles = index.html \ - images/bg_l.png \ - images/bg_l_blank.png \ - images/bg_ll_blank.png \ - images/bg_ul_blank.png \ - images/header_bg.png \ - images/bg_r.png \ - images/box_bg.png \ + images/arrow_down.png \ images/breadcrumb.png \ images/bullet_gt.png \ images/bullet_dn.png \ images/bullet_sq.png \ images/bullet_up.png \ - images/arrow_down.png \ - images/feedbackground.png \ images/horBar.png \ - images/page.png \ - images/page_bg.png \ images/sprites-combined.png \ - images/spinner.gif \ - images/stylesheet-coffee-plastique.png \ - images/taskmenuextension-example.png \ - images/coloreditorfactoryimage.png \ - images/dynamiclayouts-example.png \ - style/narrow.css \ style/style.css |