summaryrefslogtreecommitdiffstats
path: root/src/widgets/widgets/qwidgettextcontrol_p_p.h
diff options
context:
space:
mode:
authorPekka Vuorela <pekka.ta.vuorela@nokia.com>2011-11-08 16:47:10 +0200
committerQt by Nokia <qt-info@nokia.com>2011-11-10 13:07:30 +0100
commitb5c37d9e137dee2754335e83b8437dfd0e6cc7e7 (patch)
treecc55620a6f1c134b0941ded5d57cbd63abb4663b /src/widgets/widgets/qwidgettextcontrol_p_p.h
parent1dbfbf4c66187e7522888c19d78024cfceaea570 (diff)
QTextEdit to use tentative commit instead of QInputPanel::commit()
Latter to be deprecated. Change-Id: I2c302c73a7ab2f4201af6a3c6fb4a64a4760263e 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 f53e0808b8..cf493aff71 100644
--- a/src/widgets/widgets/qwidgettextcontrol_p_p.h
+++ b/src/widgets/widgets/qwidgettextcontrol_p_p.h
@@ -170,6 +170,7 @@ public:
#endif
bool isPreediting() const;
+ void commitPreedit();
void append(const QString &text, Qt::TextFormat format = Qt::AutoText);