forked from qt-creator/qt-creator
QmlDesigner: Fix connection
Task-number: QDS-1639 Change-Id: I10d5e9c4945f7e6afeced5a67a58eb71eb1a4608 Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
This commit is contained in:
committed by
Henning Gründl
parent
fb56c82abf
commit
bba553e383
@@ -338,7 +338,7 @@ void DesignModeWidget::setup()
|
|||||||
command->setAttribute(Core::Command::CA_Hide);
|
command->setAttribute(Core::Command::CA_Hide);
|
||||||
mviews->addAction(command);
|
mviews->addAction(command);
|
||||||
|
|
||||||
connect(outputPanePlaceholder, &Core::OutputPanePlaceHolder::visibilityAboutToChange,
|
connect(outputPanePlaceholder, &Core::OutputPanePlaceHolder::visibilityChangeRequested,
|
||||||
m_outputPaneDockWidget, &ADS::DockWidget::toggleView);
|
m_outputPaneDockWidget, &ADS::DockWidget::toggleView);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user