--- a/tools/qdoc3/text.h Mon Jun 21 22:38:13 2010 +0100
+++ b/tools/qdoc3/text.h Thu Jul 22 16:41:55 2010 +0100
@@ -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;