summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/cocoa/qnsview.h
diff options
context:
space:
mode:
authorAndy Shaw <andy.shaw@digia.com>2014-08-22 14:19:04 +0200
committerAndy Shaw <andy.shaw@digia.com>2014-09-19 09:35:56 +0200
commita5df2e7120412dfdedb9f4951cdb061c0f218bf7 (patch)
treeae309df5ac141a3749ea6f5b6216a409dd2fc0d3 /src/plugins/platforms/cocoa/qnsview.h
parent1fa3627423a73fe19333e2e016feb35cdf8cd1ea (diff)
Cocoa: Handle insertNewLine selector for when it is sent while composing text
Some IMEs will perform an insertNewLine when Return/Enter is pressed while composing text as well as causing the edit to finish. By handling this it will ensure that the extra enter/return event is sent when the IME requests it. Task-id: QTBUG-39125 Change-Id: Ice6eded68e6b1dc51703a38316f76f78099923da Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@digia.com>
Diffstat (limited to 'src/plugins/platforms/cocoa/qnsview.h')
-rw-r--r--src/plugins/platforms/cocoa/qnsview.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/platforms/cocoa/qnsview.h b/src/plugins/platforms/cocoa/qnsview.h
index cbeecb987f..44a1556fc4 100644
--- a/src/plugins/platforms/cocoa/qnsview.h
+++ b/src/plugins/platforms/cocoa/qnsview.h
@@ -78,6 +78,7 @@ Q_FORWARD_DECLARE_OBJC_CLASS(QNSViewMouseMoveHelper);
bool m_shouldSetGLContextinDrawRect;
NSString *m_inputSource;
QNSViewMouseMoveHelper *m_mouseMoveHelper;
+ bool m_resendKeyEvent;
}
- (id)init;