Meson: Fix compile

Amends 77d7bb5014.

Change-Id: I86bae4f0d0df79f1941e5ab6b4ef097d72a505ed
Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
Christian Stenger
2020-06-08 13:24:31 +02:00
parent 28ce5f497a
commit e19f8899f5

View File

@@ -60,7 +60,7 @@ ToolKitAspectWidget::ToolKitAspectWidget(ProjectExplorer::Kit *kit,
this,
&ToolKitAspectWidget::removeTool);
connect(m_toolsComboBox,
qOverload<int>(&QComboBox::currentIndexChanged),
QOverload<int>::of(&QComboBox::currentIndexChanged),
this,
&ToolKitAspectWidget::setCurrentToolIndex);
}