diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 2008-05-18 11:56:00 (GMT) |
---|---|---|
committer | Dimitri van Heesch <dimitri@stack.nl> | 2008-05-18 11:56:00 (GMT) |
commit | 266542ab877882e802a3e189ca3f3535dd9e048a (patch) | |
tree | e85f15dbfa5b5c3a1d2eb4031c403ae367dd15a8 /src/htmlhelp.h | |
parent | b4f20f70abd663b3d8e5889e1fe582dfe980b7a2 (diff) | |
download | Doxygen-266542ab877882e802a3e189ca3f3535dd9e048a.zip Doxygen-266542ab877882e802a3e189ca3f3535dd9e048a.tar.gz Doxygen-266542ab877882e802a3e189ca3f3535dd9e048a.tar.bz2 |
Release-1.5.6
Diffstat (limited to 'src/htmlhelp.h')
-rw-r--r-- | src/htmlhelp.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/htmlhelp.h b/src/htmlhelp.h index 23a5d19..3113252 100644 --- a/src/htmlhelp.h +++ b/src/htmlhelp.h @@ -64,6 +64,7 @@ class HtmlHelp : public IndexIntf public: //static HtmlHelp *getInstance(); HtmlHelp(); + ~HtmlHelp(); void initialize(); void finalize(); void incContentsDepth(); @@ -88,6 +89,8 @@ class HtmlHelp : public IndexIntf QStrList indexFiles; QDict<void> indexFileDict; static HtmlHelp *theInstance; + QCString recode(const QCString &s); + void *m_fromUtf8; }; #endif /* HTMLHELP_H */ |