summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/ios/qiosinputcontext.h
diff options
context:
space:
mode:
authorRichard Moe Gustavsen <richard.gustavsen@digia.com>2014-02-07 15:52:44 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-02-14 00:34:25 +0100
commite33eb158116421b0ef87bbae25cecabdb84a2509 (patch)
tree0c3e90f26a158c28d972ea7529c85ef17d9265e6 /src/plugins/platforms/ios/qiosinputcontext.h
parent8dcb72fd1e2c17ad000474496b6d000580e0a943 (diff)
iOS: don't store reference to focus object
Sometimes focus object is updated after we get a callback that the cursor rectangle has changed. And there is no reason to keep a local reference to it. Since we also send events to the qApp->focusObject from UIView_textInput, we now end up more consistent. Change-Id: I3976175aae4e3f346be9bc5b771ac0fdefc03ae6 Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@digia.com>
Diffstat (limited to 'src/plugins/platforms/ios/qiosinputcontext.h')
-rw-r--r--src/plugins/platforms/ios/qiosinputcontext.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/platforms/ios/qiosinputcontext.h b/src/plugins/platforms/ios/qiosinputcontext.h
index aec1686b93..13255ada56 100644
--- a/src/plugins/platforms/ios/qiosinputcontext.h
+++ b/src/plugins/platforms/ios/qiosinputcontext.h
@@ -77,7 +77,6 @@ private:
QIOSKeyboardListener *m_keyboardListener;
QUIView *m_focusView;
bool m_hasPendingHideRequest;
- QObject *m_focusObject;
};
QT_END_NAMESPACE