summaryrefslogtreecommitdiffstats
path: root/src/widgets/widgets/qwidgettextcontrol_p_p.h
diff options
context:
space:
mode:
authorPekka Vuorela <pekka.ta.vuorela@nokia.com>2011-11-07 11:52:56 +0200
committerQt by Nokia <qt-info@nokia.com>2011-11-10 13:07:20 +0100
commit1dbfbf4c66187e7522888c19d78024cfceaea570 (patch)
tree84eb001b1078eb29cc7589115ce87b278ca365ae /src/widgets/widgets/qwidgettextcontrol_p_p.h
parent77082cd7c91905aaffcf341ab55adb07839aa33e (diff)
Implement partial tentativeCommit support in QTextEdit
Available on plain text for now, html support still pending. Change-Id: I0818b97874e80c8c1b33a9127aa7bb3330a8761d Reviewed-by: Lars Knoll <lars.knoll@nokia.com>
Diffstat (limited to 'src/widgets/widgets/qwidgettextcontrol_p_p.h')
-rw-r--r--src/widgets/widgets/qwidgettextcontrol_p_p.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/widgets/widgets/qwidgettextcontrol_p_p.h b/src/widgets/widgets/qwidgettextcontrol_p_p.h
index 613d1a6097..f53e0808b8 100644
--- a/src/widgets/widgets/qwidgettextcontrol_p_p.h
+++ b/src/widgets/widgets/qwidgettextcontrol_p_p.h
@@ -208,6 +208,7 @@ public:
int preeditCursor;
bool hideCursor; // used to hide the cursor in the preedit area
+ QString tentativeCommit;
QVector<QAbstractTextDocumentLayout::Selection> extraSelections;