summaryrefslogtreecommitdiffstats
path: root/tools/qdoc3/text.h
diff options
context:
space:
mode:
authorQt Continuous Integration System <qt-info@nokia.com>2011-02-02 06:43:48 (GMT)
committerQt Continuous Integration System <qt-info@nokia.com>2011-02-02 06:43:48 (GMT)
commit8fa689ed67583491cbfd5b8cc58860c15ec4903c (patch)
tree91585437344a5c668c860cb8432e364e3c3563bb /tools/qdoc3/text.h
parent95b17fbe91eb3b1b0fcac92d8a8934769e4cd847 (diff)
parent1e7ab0e849900bacf71935f2a2150116b8dc17d1 (diff)
downloadQt-8fa689ed67583491cbfd5b8cc58860c15ec4903c.zip
Qt-8fa689ed67583491cbfd5b8cc58860c15ec4903c.tar.gz
Qt-8fa689ed67583491cbfd5b8cc58860c15ec4903c.tar.bz2
Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-doc-staging into 4.7-integration
* '4.7' of scm.dev.nokia.troll.no:qt/qt-doc-staging: (208 commits) Replace all occurances of "Qt 4.7" with "QtQuick 1.0" Doc: Adjusted the font sizes for the offline documentation. Doc: Added a missing style sheet to the qhp manifest. Doc: Fixed the qthelp namespace for the Qt documentation. Doc: including missing pages in overviews. Doc: Fixed typo in QCoreApplication docs Fixed whitespace. Avoid hard-coding product names in page titles. Doc: Unindented a code snippet. Doc: Fixed confusing wording of a sentence. Doc: Fixed a broken link. Doc: Updated the information about commercial editions of Qt. Doc: Fixed qdoc warnings about broken links. Doc: Added preprocessor coloring. Doc: Added a link from the plugin guide to the plugin deployment guide. Doc: Fixed the syntax of QML code snippets. doc: Fixed a missing * in the docs for QML_DECLARE_TYPE Doc: Fixed missing images in qt demo Doc: Fixing typo Doc: fixing bugs and typos based on feedback ...
Diffstat (limited to 'tools/qdoc3/text.h')
-rw-r--r--tools/qdoc3/text.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/qdoc3/text.h b/tools/qdoc3/text.h
index e2c81ac..c88ed62 100644
--- a/tools/qdoc3/text.h
+++ b/tools/qdoc3/text.h
@@ -73,7 +73,7 @@ class Text
QString toString() const;
const Atom *firstAtom() const { return first; }
const Atom *lastAtom() const { return last; }
- Text subText(Atom::Type left, Atom::Type right, const Atom *from = 0) const;
+ Text subText(Atom::Type left, Atom::Type right, const Atom *from = 0, bool inclusive = false) const;
void dump() const;
void clear();