forked from qt-creator/qt-creator
Meson: Fix compile
Amends 77d7bb5014
.
Change-Id: I86bae4f0d0df79f1941e5ab6b4ef097d72a505ed
Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
@@ -60,7 +60,7 @@ ToolKitAspectWidget::ToolKitAspectWidget(ProjectExplorer::Kit *kit,
|
|||||||
this,
|
this,
|
||||||
&ToolKitAspectWidget::removeTool);
|
&ToolKitAspectWidget::removeTool);
|
||||||
connect(m_toolsComboBox,
|
connect(m_toolsComboBox,
|
||||||
qOverload<int>(&QComboBox::currentIndexChanged),
|
QOverload<int>::of(&QComboBox::currentIndexChanged),
|
||||||
this,
|
this,
|
||||||
&ToolKitAspectWidget::setCurrentToolIndex);
|
&ToolKitAspectWidget::setCurrentToolIndex);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user