summaryrefslogtreecommitdiffstats
path: root/src/gui/inputmethod/qcoefepinputcontext_p.h
diff options
context:
space:
mode:
authoraxis <qt-info@nokia.com>2010-02-05 12:49:46 (GMT)
committeraxis <qt-info@nokia.com>2010-02-05 12:50:44 (GMT)
commite3237deee07ec6961b905800d29b1a80f0f63595 (patch)
tree1ae62be2e271df3c5f42e002248bdeb9c0258703 /src/gui/inputmethod/qcoefepinputcontext_p.h
parent3fdc70e9272f1a0ddd087f0d908a64ce2d4e4302 (diff)
downloadQt-e3237deee07ec6961b905800d29b1a80f0f63595.zip
Qt-e3237deee07ec6961b905800d29b1a80f0f63595.tar.gz
Qt-e3237deee07ec6961b905800d29b1a80f0f63595.tar.bz2
Removed useless member variable and replaced with var on the stack.
RevBy: Trust me
Diffstat (limited to 'src/gui/inputmethod/qcoefepinputcontext_p.h')
-rw-r--r--src/gui/inputmethod/qcoefepinputcontext_p.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gui/inputmethod/qcoefepinputcontext_p.h b/src/gui/inputmethod/qcoefepinputcontext_p.h
index 73c13d9..f325fb9 100644
--- a/src/gui/inputmethod/qcoefepinputcontext_p.h
+++ b/src/gui/inputmethod/qcoefepinputcontext_p.h
@@ -151,7 +151,6 @@ private:
int m_inlinePosition;
MFepInlineTextFormatRetriever *m_formatRetriever;
MFepPointerEventHandlerDuringInlineEdit *m_pointerHandler;
- int m_longPress;
int m_cursorPos;
QBasicTimer m_tempPreeditStringTimeout;
bool m_hasTempPreeditString;