summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qevent.h
diff options
context:
space:
mode:
authorPekka Vuorela <pekka.ta.vuorela@nokia.com>2012-06-26 16:41:01 +0300
committerQt by Nokia <qt-info@nokia.com>2012-06-28 17:15:17 +0200
commit92283176ac3ab537b589dd6530fc7849adf5cae4 (patch)
treee70a02a7d72a969de171c8501820765de01a102b /src/gui/kernel/qevent.h
parent4cf993c3ac60717a8a803c550b58ef63c0defa39 (diff)
Remove deprecated tentative commit from QInputMethodEvent
Introduced and deprecated during Qt5 development. Change-Id: I5bceefcb5dfc13f8eae2ad22f04feeea5f87dcb3 Reviewed-by: Joona Petrell <joona.t.petrell@nokia.com>
Diffstat (limited to 'src/gui/kernel/qevent.h')
-rw-r--r--src/gui/kernel/qevent.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/gui/kernel/qevent.h b/src/gui/kernel/qevent.h
index 55c8ed4de6..5ff5b112f4 100644
--- a/src/gui/kernel/qevent.h
+++ b/src/gui/kernel/qevent.h
@@ -457,12 +457,6 @@ public:
inline int replacementStart() const { return replace_from; }
inline int replacementLength() const { return replace_length; }
-#if QT_DEPRECATED_SINCE(5, 0)
- QT_DEPRECATED inline void setTentativeCommitString(const QString &string)
- { tentativeCommit = string; }
- QT_DEPRECATED inline const QString &tentativeCommitString() const { return tentativeCommit; }
-#endif
-
QInputMethodEvent(const QInputMethodEvent &other);
private:
@@ -471,7 +465,6 @@ private:
QString commit;
int replace_from;
int replace_length;
- QString tentativeCommit;
};
Q_DECLARE_TYPEINFO(QInputMethodEvent::Attribute, Q_MOVABLE_TYPE);