diff options
author | Sami Merila <sami.merila@nokia.com> | 2010-12-16 11:41:28 (GMT) |
---|---|---|
committer | Sami Merila <sami.merila@nokia.com> | 2010-12-16 11:41:28 (GMT) |
commit | c70b1afe694b0d32ece6b639b1e4d10501df8bb0 (patch) | |
tree | ca3dba942a4579768f9810becbe5e58e0e384808 /src/gui/styles/qs60style.cpp | |
parent | fcdd6eba85ecfe65856bc20910810659a4b5df00 (diff) | |
download | Qt-c70b1afe694b0d32ece6b639b1e4d10501df8bb0.zip Qt-c70b1afe694b0d32ece6b639b1e4d10501df8bb0.tar.gz Qt-c70b1afe694b0d32ece6b639b1e4d10501df8bb0.tar.bz2 |
Remove support for automatic tactile feedback from QS60Style
Currently QS60Style loads automatically a plugin to support tactile
feedback for styled applications. However, there is no control over
this, so applications cannot remove the automatic support, if they'd
like to use Mobility APIs to control the feedback themselves.
In order to avoid this, remove tactile feedback plugin from style.
Lets see if we can later put this back with optional enable/disable
flag.
Task-number: QTBUG-16151
Reviewed-by: Miikka Heikkinen
Diffstat (limited to 'src/gui/styles/qs60style.cpp')
-rw-r--r-- | src/gui/styles/qs60style.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/gui/styles/qs60style.cpp b/src/gui/styles/qs60style.cpp index 56d2d19..040ca4f 100644 --- a/src/gui/styles/qs60style.cpp +++ b/src/gui/styles/qs60style.cpp @@ -3464,9 +3464,6 @@ bool QS60Style::eventFilter(QObject *object, QEvent *event) if (d->m_pressedWidget) d->m_pressedWidget->update(); -#ifdef Q_WS_S60 - d->touchFeedback(event, w); -#endif } break; } |