iOS: Make a few member variables of QIOSTextInputResponder private

Change-Id: I269b1b5ab802c391a12bcdc8cfe0c4d3e52f9cba
Reviewed-by: Richard Moe Gustavsen <richard.gustavsen@digia.com>
Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@digia.com>
bb10
Tor Arne Vestbø 2014-10-28 10:21:01 +01:00
parent d6c1a9cb26
commit 25948f83b4
1 changed files with 2 additions and 4 deletions

View File

@ -47,12 +47,10 @@ class QIOSInputContext;
@interface QIOSTextInputResponder : UIResponder <UITextInputTraits, UIKeyInput, UITextInput>
{
@public
QString m_markedText;
BOOL m_inSendEventToFocusObject;
@private
QIOSInputContext *m_inputContext;
QString m_markedText;
BOOL m_inSendEventToFocusObject;
}
- (id)initWithInputContext:(QIOSInputContext *)context;