diff options
| author | Huang Peng <shawn.p.huang@gmail.com> | 2008-09-16 09:44:00 +0800 |
|---|---|---|
| committer | Huang Peng <shawn.p.huang@gmail.com> | 2008-09-16 09:44:00 +0800 |
| commit | 33906829dbed822ce1d9c02caaf1e547f59b5d53 (patch) | |
| tree | c8eabf4e9f570c61b6f377ed80dde726b7794fab /client/qt4/ibus-input-context.cpp | |
| parent | b995b397b904844e737e4bd0af84743e6a6ba381 (diff) | |
Remove slot setFocus.
Diffstat (limited to 'client/qt4/ibus-input-context.cpp')
| -rw-r--r-- | client/qt4/ibus-input-context.cpp | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/client/qt4/ibus-input-context.cpp b/client/qt4/ibus-input-context.cpp index 12a6777..ec71e6e 100644 --- a/client/qt4/ibus-input-context.cpp +++ b/client/qt4/ibus-input-context.cpp @@ -141,11 +141,6 @@ IBusInputContext::setFocusWidget (QWidget *widget) has_focus = true; client->focusIn (this); update (); - QObject::connect ( - widget, - SLOT(setFocus()), - this, - SLOT(setFocus())); } } @@ -258,8 +253,3 @@ IBusInputContext::hidePreedit () updatePreedit (preedit_string, preedit_attrs, preedit_cursor_pos, FALSE); } -void -IBusInputContext::setFocus () -{ - qDebug() << "setFocus"; -} |
