diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 2011-02-17 19:40:38 (GMT) |
---|---|---|
committer | Dimitri van Heesch <dimitri@stack.nl> | 2011-02-17 19:40:38 (GMT) |
commit | 712ab49d04f9fe525b8552f74945945347e3b553 (patch) | |
tree | c2ee5bb85f9acfb3caa8479c32b49a1bf03de752 /src/htmlhelp.h | |
parent | eba15fd2fe9a0b186fbf7b63d7eab729057c7f6b (diff) | |
download | Doxygen-712ab49d04f9fe525b8552f74945945347e3b553.zip Doxygen-712ab49d04f9fe525b8552f74945945347e3b553.tar.gz Doxygen-712ab49d04f9fe525b8552f74945945347e3b553.tar.bz2 |
Release-1.7.3-20110217
Diffstat (limited to 'src/htmlhelp.h')
-rw-r--r-- | src/htmlhelp.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/htmlhelp.h b/src/htmlhelp.h index 87abe81..a600e77 100644 --- a/src/htmlhelp.h +++ b/src/htmlhelp.h @@ -79,7 +79,7 @@ class HtmlHelp : public IndexIntf // const char *anchor,const MemberDef *md); void addIndexItem(Definition *context,MemberDef *md,const char *title); void addIndexFile(const char *name); - void addImageFile(const char *) {} + void addImageFile(const char *); void addStyleSheetFile(const char *) {} private: @@ -90,6 +90,7 @@ class HtmlHelp : public IndexIntf HtmlHelpIndex *index; int dc; QStrList indexFiles; + QStrList imageFiles; QDict<void> indexFileDict; static HtmlHelp *theInstance; QCString recode(const QCString &s); |