summaryrefslogtreecommitdiffstats
path: root/src/widgets/statemachine
diff options
context:
space:
mode:
authorPekka Vuorela <pekka.ta.vuorela@nokia.com>2011-09-08 13:45:43 +0300
committerLars Knoll <lars.knoll@nokia.com>2011-09-08 15:21:34 +0200
commit78bb937e154f90afc24d4266705d9331a181fdee (patch)
tree3b389c5372cccf5ba9fa03b13327f83946e1702e /src/widgets/statemachine
parentb002e21d15ec8ecf6455c75055c6ca3112d5f756 (diff)
Remove internal uses of Software input panel events.
Replaced with QInputPanel method calls. Only remaining instance in QApplication::notify(). Change-Id: I384661f81d08b4322ce538bb21dbce9c7aef2f87 Reviewed-on: http://codereview.qt-project.org/4454 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Lars Knoll <lars.knoll@nokia.com>
Diffstat (limited to 'src/widgets/statemachine')
-rw-r--r--src/widgets/statemachine/qguistatemachine.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/widgets/statemachine/qguistatemachine.cpp b/src/widgets/statemachine/qguistatemachine.cpp
index 665f7acfd9..7a498eb77f 100644
--- a/src/widgets/statemachine/qguistatemachine.cpp
+++ b/src/widgets/statemachine/qguistatemachine.cpp
@@ -456,10 +456,6 @@ static QEvent *cloneEvent(QEvent *e)
break;
#endif
- case QEvent::RequestSoftwareInputPanel:
- case QEvent::CloseSoftwareInputPanel:
- return new QEvent(*e);
-
case QEvent::UpdateSoftKeys:
return new QEvent(*e);