forked from qt-creator/qt-creator
Merge remote-tracking branch 'origin/4.8'
Change-Id: Ia8bf92c8effdee0e1085730cb975ff88c8ad85fc
This commit is contained in:
@@ -343,16 +343,17 @@ void VcsOutputWindow::visibilityChanged(bool visible)
|
||||
|
||||
void VcsOutputWindow::setFocus()
|
||||
{
|
||||
d->widget.setFocus();
|
||||
}
|
||||
|
||||
bool VcsOutputWindow::hasFocus() const
|
||||
{
|
||||
return false;
|
||||
return d->widget.hasFocus();
|
||||
}
|
||||
|
||||
bool VcsOutputWindow::canFocus() const
|
||||
{
|
||||
return false;
|
||||
return true;
|
||||
}
|
||||
|
||||
bool VcsOutputWindow::canNavigate() const
|
||||
|
||||
Reference in New Issue
Block a user