diff options
author | Denis Dzyubenko <denis.dzyubenko@nokia.com> | 2009-09-28 15:28:57 (GMT) |
---|---|---|
committer | Denis Dzyubenko <denis.dzyubenko@nokia.com> | 2009-09-28 15:29:36 (GMT) |
commit | 4efaf156223cd12f799164a479929f78a9b5db95 (patch) | |
tree | dcc07d9500e8da66147620959a593021e5b486eb /src/gui | |
parent | e433f472a765d738238a6b380060ce15c4910148 (diff) | |
download | Qt-4efaf156223cd12f799164a479929f78a9b5db95.zip Qt-4efaf156223cd12f799164a479929f78a9b5db95.tar.gz Qt-4efaf156223cd12f799164a479929f78a9b5db95.tar.bz2 |
fixed a typo in the doc.
Reviewed-by: trustme
Diffstat (limited to 'src/gui')
-rw-r--r-- | src/gui/inputmethod/qinputcontext.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/inputmethod/qinputcontext.cpp b/src/gui/inputmethod/qinputcontext.cpp index 620880a..81cc3b8 100644 --- a/src/gui/inputmethod/qinputcontext.cpp +++ b/src/gui/inputmethod/qinputcontext.cpp @@ -295,7 +295,7 @@ void QInputContext::sendEvent(const QInputMethodEvent &event) The \a event parameter is the event that was sent to the editor widget. The event type is QEvent::MouseButtonPress, QEvent::MouseButtonRelease, QEvent::MouseButtonDblClick or - QEvent::MouseButtonMove. The event's button and state indicate + QEvent::MouseMove. The event's button and state indicate the kind of operation that was performed. */ void QInputContext::mouseHandler(int /*x*/, QMouseEvent *event) |