summaryrefslogtreecommitdiffstats
path: root/src/gui/text/qtextdocument_p.h
diff options
context:
space:
mode:
authorMichael Brasser <michael.brasser@nokia.com>2010-07-07 00:33:40 (GMT)
committerMichael Brasser <michael.brasser@nokia.com>2010-07-07 00:33:40 (GMT)
commita16388c1f4ff3d6cb9863a9b16914f6ddb305c05 (patch)
treea9b16c88483fe1678da71badbf3f28121f6cad1f /src/gui/text/qtextdocument_p.h
parentcc70c67b13063e789e874a54ab24048428e19dac (diff)
downloadQt-a16388c1f4ff3d6cb9863a9b16914f6ddb305c05.zip
Qt-a16388c1f4ff3d6cb9863a9b16914f6ddb305c05.tar.gz
Qt-a16388c1f4ff3d6cb9863a9b16914f6ddb305c05.tar.bz2
Revert "Fix exponential behavior of QTextCursor::removeSelectedText"
This reverts commit 62db6c18c7f1f60819783ed5e1340e9fc09e072e, which introduced a regression in tst_qtextpiecetable::checkDocumentChanged
Diffstat (limited to 'src/gui/text/qtextdocument_p.h')
-rw-r--r--src/gui/text/qtextdocument_p.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gui/text/qtextdocument_p.h b/src/gui/text/qtextdocument_p.h
index dcac99d..b9d5f5a 100644
--- a/src/gui/text/qtextdocument_p.h
+++ b/src/gui/text/qtextdocument_p.h
@@ -345,7 +345,6 @@ public:
int maximumBlockCount;
uint needsEnsureMaximumBlockCount : 1;
uint inContentsChange : 1;
- uint inRemove : 1;
QSizeF pageSize;
QString title;
QString url;