diff options
author | Volker Hilsheimer <volker.hilsheimer@nokia.com> | 2009-09-28 22:24:01 (GMT) |
---|---|---|
committer | Volker Hilsheimer <volker.hilsheimer@nokia.com> | 2009-09-28 22:24:37 (GMT) |
commit | 88466bcb2162cd063912dbb0e73982095c15dcba (patch) | |
tree | 201fdd6581031d2fda2296094fb18a45f5daca0f /src/gui/inputmethod | |
parent | 679a6b373a5496c069b1ed668f7eb166237bd0e2 (diff) | |
download | Qt-88466bcb2162cd063912dbb0e73982095c15dcba.zip Qt-88466bcb2162cd063912dbb0e73982095c15dcba.tar.gz Qt-88466bcb2162cd063912dbb0e73982095c15dcba.tar.bz2 |
doc: add some more \since 4.6 tags
Diffstat (limited to 'src/gui/inputmethod')
-rw-r--r-- | src/gui/inputmethod/qinputcontext.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/inputmethod/qinputcontext.cpp b/src/gui/inputmethod/qinputcontext.cpp index 81cc3b8..8ee417f 100644 --- a/src/gui/inputmethod/qinputcontext.cpp +++ b/src/gui/inputmethod/qinputcontext.cpp @@ -469,6 +469,8 @@ bool QInputContext::x11FilterEvent(QWidget * /*keywidget*/, XEvent * /*event*/) #ifdef Q_WS_S60 /*! + \since 4.6 + This function may be overridden only if input method is depending on Symbian and you need raw TWsEvent. Otherwise, this function must not. |