diff -r b72c6db6890b -r 5dc02b23752f tools/qdoc3/text.h --- a/tools/qdoc3/text.h Wed Jun 23 19:07:03 2010 +0300 +++ b/tools/qdoc3/text.h Tue Jul 06 15:10:48 2010 +0300 @@ -75,6 +75,7 @@ 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 @@ static int compare(const Text &text1, const Text &text2); private: - void clear(); Atom *first; Atom *last;