moved the tooltip close logic to basewidget

This commit is contained in:
fourtf
2017-12-24 16:01:01 +01:00
parent 72ed52c35c
commit 91099c028e
5 changed files with 29 additions and 17 deletions
-1
View File
@@ -82,7 +82,6 @@ ChannelView::ChannelView(BaseWidget *parent)
Window *_window = dynamic_cast<Window *>(this->window());
if (_window) {
_window->lostFocus.connect([this] { TooltipWidget::getInstance()->hide(); });
}
}