summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qapplication_s60.cpp
diff options
context:
space:
mode:
authorJanne Koskinen <janne.p.koskinen@digia.com>2009-06-17 14:03:22 (GMT)
committerJanne Koskinen <janne.p.koskinen@digia.com>2009-06-17 14:03:22 (GMT)
commit87ac26f0c489911d9a43bab04aef03cadbe8bbe6 (patch)
tree04a59d9580640165e446706141bcfce7e2b64042 /src/gui/kernel/qapplication_s60.cpp
parent86b28b0bf7ddd278f1b878db0b5961762e9272b2 (diff)
downloadQt-87ac26f0c489911d9a43bab04aef03cadbe8bbe6.zip
Qt-87ac26f0c489911d9a43bab04aef03cadbe8bbe6.tar.gz
Qt-87ac26f0c489911d9a43bab04aef03cadbe8bbe6.tar.bz2
removed commented code
Diffstat (limited to 'src/gui/kernel/qapplication_s60.cpp')
-rw-r--r--src/gui/kernel/qapplication_s60.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gui/kernel/qapplication_s60.cpp b/src/gui/kernel/qapplication_s60.cpp
index 3bd6e6b..b7561e4 100644
--- a/src/gui/kernel/qapplication_s60.cpp
+++ b/src/gui/kernel/qapplication_s60.cpp
@@ -835,7 +835,6 @@ void QApplicationPrivate::openPopup(QWidget *popup)
} else if (QApplicationPrivate::popupWidgets->count() == 1) { // this was the first popup
fw = QApplication::focusWidget();
if (fw) {
-// static_cast<QSymbianControl*>(fw->effectiveWinId())->CancelLongTapTimer();
QFocusEvent e(QEvent::FocusOut, Qt::PopupFocusReason);
q_func()->sendEvent(fw, &e);
}