Fix indents

wilder-portage
Mariusz Glebocki 6 years ago committed by Kurt Hindenburg
parent 0d594fef08
commit e301ae96ed
  1. 4
      src/ViewContainer.cpp

@ -364,7 +364,7 @@ void TabbedViewContainer::connectTerminalDisplay(TerminalDisplay *display)
{
auto item = display->sessionController();
connect(item, &Konsole::SessionController::viewFocused, this,
&Konsole::TabbedViewContainer::currentSessionControllerChanged);
&Konsole::TabbedViewContainer::currentSessionControllerChanged);
connect(item, &Konsole::ViewProperties::titleChanged, this,
&Konsole::TabbedViewContainer::updateTitle);
@ -380,7 +380,7 @@ void TabbedViewContainer::disconnectTerminalDisplay(TerminalDisplay *display)
{
auto item = display->sessionController();
disconnect(item, &Konsole::SessionController::viewFocused, this,
&Konsole::TabbedViewContainer::currentSessionControllerChanged);
&Konsole::TabbedViewContainer::currentSessionControllerChanged);
disconnect(item, &Konsole::ViewProperties::titleChanged, this,
&Konsole::TabbedViewContainer::updateTitle);

Loading…
Cancel
Save