diff options
author | Shane Kearns <shane.kearns@sosco.com> | 2009-11-13 15:31:10 (GMT) |
---|---|---|
committer | Shane Kearns <shane.kearns@sosco.com> | 2009-11-13 15:31:10 (GMT) |
commit | c4dbc1c3feb04efae2734eb9f80735b47bc0d195 (patch) | |
tree | fbca560fc62dda53d38f0600363949565389f9e4 /src/gui/kernel/qt_s60_p.h | |
parent | 2950c82bc3681b71742b18c2b315675e2f343cc0 (diff) | |
download | Qt-c4dbc1c3feb04efae2734eb9f80735b47bc0d195.zip Qt-c4dbc1c3feb04efae2734eb9f80735b47bc0d195.tar.gz Qt-c4dbc1c3feb04efae2734eb9f80735b47bc0d195.tar.bz2 |
Remove fake right mouse button events from long tap
The context menu is launched by a separate event, not by the right mouse
button.
Generating the fake right mouse button caused side effects.
We now treat the touch screen as a one button mouse, long taps still open
the context menu using QContextMenuEvent.
Task-number: QTBUG-5180
Reviewed-by: axis
Diffstat (limited to 'src/gui/kernel/qt_s60_p.h')
-rw-r--r-- | src/gui/kernel/qt_s60_p.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gui/kernel/qt_s60_p.h b/src/gui/kernel/qt_s60_p.h index ec8c9cb..08f8bb5 100644 --- a/src/gui/kernel/qt_s60_p.h +++ b/src/gui/kernel/qt_s60_p.h @@ -204,7 +204,6 @@ private: QWidget *qwidget; QLongTapTimer* m_longTapDetector; bool m_ignoreFocusChanged : 1; - bool m_previousEventLongTap : 1; bool m_symbianPopupIsOpen : 1; #ifdef Q_WS_S60 |