summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qwidget_x11.cpp
diff options
context:
space:
mode:
authorDenis Dzyubenko <denis.dzyubenko@nokia.com>2009-04-01 09:04:29 (GMT)
committerDenis Dzyubenko <denis.dzyubenko@nokia.com>2009-04-01 13:10:27 (GMT)
commitebd82c4fb5d7e9b417baca199b6f9e6893318536 (patch)
treee60db72cd73d8035b79df356b20bc4a5f1df261e /src/gui/kernel/qwidget_x11.cpp
parentb224b6006e823435297c2f0b82c835f5987f9b10 (diff)
downloadQt-ebd82c4fb5d7e9b417baca199b6f9e6893318536.zip
Qt-ebd82c4fb5d7e9b417baca199b6f9e6893318536.tar.gz
Qt-ebd82c4fb5d7e9b417baca199b6f9e6893318536.tar.bz2
Removed obsolete internal function that focuses input context.
Reviewed-by: TrustMe
Diffstat (limited to 'src/gui/kernel/qwidget_x11.cpp')
-rw-r--r--src/gui/kernel/qwidget_x11.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gui/kernel/qwidget_x11.cpp b/src/gui/kernel/qwidget_x11.cpp
index a12b50c..e71bc2f 100644
--- a/src/gui/kernel/qwidget_x11.cpp
+++ b/src/gui/kernel/qwidget_x11.cpp
@@ -1516,7 +1516,6 @@ void QWidget::activateWindow()
X11->userTime = X11->time;
qt_net_update_user_time(tlw, X11->userTime);
XSetInputFocus(X11->display, tlw->internalWinId(), XRevertToParent, X11->time);
- d->focusInputContext();
}
}