QmlDesigner: Fix connection

Task-number: QDS-1639
Change-Id: I10d5e9c4945f7e6afeced5a67a58eb71eb1a4608
Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
This commit is contained in:
Henning Gruendl
2020-04-09 17:11:54 +02:00
committed by Henning Gründl
parent fb56c82abf
commit bba553e383

View File

@@ -338,7 +338,7 @@ void DesignModeWidget::setup()
command->setAttribute(Core::Command::CA_Hide);
mviews->addAction(command);
connect(outputPanePlaceholder, &Core::OutputPanePlaceHolder::visibilityAboutToChange,
connect(outputPanePlaceholder, &Core::OutputPanePlaceHolder::visibilityChangeRequested,
m_outputPaneDockWidget, &ADS::DockWidget::toggleView);
}