diff options
author | Janne Koskinen <janne.p.koskinen@digia.com> | 2009-06-17 14:03:22 (GMT) |
---|---|---|
committer | Janne Koskinen <janne.p.koskinen@digia.com> | 2009-06-17 14:03:22 (GMT) |
commit | 87ac26f0c489911d9a43bab04aef03cadbe8bbe6 (patch) | |
tree | 04a59d9580640165e446706141bcfce7e2b64042 /src | |
parent | 86b28b0bf7ddd278f1b878db0b5961762e9272b2 (diff) | |
download | Qt-87ac26f0c489911d9a43bab04aef03cadbe8bbe6.zip Qt-87ac26f0c489911d9a43bab04aef03cadbe8bbe6.tar.gz Qt-87ac26f0c489911d9a43bab04aef03cadbe8bbe6.tar.bz2 |
removed commented code
Diffstat (limited to 'src')
-rw-r--r-- | src/gui/kernel/qapplication_s60.cpp | 1 |
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); } |