summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qevent.h
diff options
context:
space:
mode:
authorPekka Vuorela <pekka.ta.vuorela@nokia.com>2011-11-09 17:22:40 +0200
committerQt by Nokia <qt-info@nokia.com>2011-11-10 13:07:51 +0100
commita80688799250d516eebf8c6b9f881af5fe06b1d6 (patch)
tree00420031797965d178fb00217eda90e775327a71 /src/gui/kernel/qevent.h
parentdc2a1aff9bc6bf18f594f96924f767165bf4581f (diff)
Document QInputMethodQueryEvent class
Change-Id: I6e98f9e690b733a06ee165e5b01ab6a5a784791b Reviewed-by: Lars Knoll <lars.knoll@nokia.com>
Diffstat (limited to 'src/gui/kernel/qevent.h')
-rw-r--r--src/gui/kernel/qevent.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/kernel/qevent.h b/src/gui/kernel/qevent.h
index aad31a90eb..a79a56b771 100644
--- a/src/gui/kernel/qevent.h
+++ b/src/gui/kernel/qevent.h
@@ -457,8 +457,8 @@ public:
Qt::InputMethodQueries queries() const { return m_queries; }
- void setValue(Qt::InputMethodQuery q, const QVariant &v);
- QVariant value(Qt::InputMethodQuery q) const;
+ void setValue(Qt::InputMethodQuery query, const QVariant &value);
+ QVariant value(Qt::InputMethodQuery query) const;
private:
Qt::InputMethodQueries m_queries;
struct QueryPair {