diff options
Diffstat (limited to 'client/widgets/window.cc')
| -rw-r--r-- | client/widgets/window.cc | 9 | 
1 files changed, 0 insertions, 9 deletions
diff --git a/client/widgets/window.cc b/client/widgets/window.cc index b491d44..7aa6374 100644 --- a/client/widgets/window.cc +++ b/client/widgets/window.cc @@ -65,14 +65,5 @@ Window::~Window()  bool Window::setKeyboardFocus()  { -  QVector< Widget* >::iterator i = children.begin(); -  while(i != children.end()) { -    Widget *w = *i; -    if(w) { -      if(w->setKeyboardFocus()) return true; -    } -    i++; -  } -    return false;  }  | 
