diff options
author | Martin Smith <msmith@trolltech.com> | 2010-04-27 12:55:11 (GMT) |
---|---|---|
committer | Martin Smith <msmith@trolltech.com> | 2010-04-27 12:55:11 (GMT) |
commit | 0f02d27038017a9040c635a8053826671bb10517 (patch) | |
tree | fde8fa88af94d4d48ad8d4523022e15d4113a724 /tools/qdoc3/text.h | |
parent | 9cea45515ef283c9a870c6f515da50d31addafcf (diff) | |
download | Qt-0f02d27038017a9040c635a8053826671bb10517.zip Qt-0f02d27038017a9040c635a8053826671bb10517.tar.gz Qt-0f02d27038017a9040c635a8053826671bb10517.tar.bz2 |
qdoc: Added breadcrumbs for class pages.
Diffstat (limited to 'tools/qdoc3/text.h')
-rw-r--r-- | tools/qdoc3/text.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/qdoc3/text.h b/tools/qdoc3/text.h index fa3ecda..879f6da 100644 --- a/tools/qdoc3/text.h +++ b/tools/qdoc3/text.h @@ -75,6 +75,7 @@ class Text const Atom *lastAtom() const { return last; } Text subText(Atom::Type left, Atom::Type right, const Atom *from = 0) const; void dump() const; + void clear(); static Text subText(const Atom *begin, const Atom *end = 0); static Text sectionHeading(const Atom *sectionBegin); @@ -82,7 +83,6 @@ class Text static int compare(const Text &text1, const Text &text2); private: - void clear(); Atom *first; Atom *last; |