forked from qt-creator/qt-creator
Fix MSVC2010 compilation
Broken in cabf14ba30
Change-Id: I83da1254ceb4636f2b75f5ef75c9f790fd13f140
Reviewed-by: Nikolai Kosjar <nikolai.kosjar@theqtcompany.com>
This commit is contained in:
committed by
Orgad Shaneh
parent
7d475b78c5
commit
4b44d2c6c5
@@ -81,7 +81,7 @@ DebuggerKitConfigWidget::DebuggerKitConfigWidget(Kit *workingCopy, const KitInfo
|
|||||||
m_comboBox->addItem(item.displayName(), item.id());
|
m_comboBox->addItem(item.displayName(), item.id());
|
||||||
|
|
||||||
refresh();
|
refresh();
|
||||||
connect(m_comboBox, &QComboBox::currentIndexChanged,
|
connect(m_comboBox, static_cast<void (QComboBox::*)(int)>(&QComboBox::currentIndexChanged),
|
||||||
this, &DebuggerKitConfigWidget::currentDebuggerChanged);
|
this, &DebuggerKitConfigWidget::currentDebuggerChanged);
|
||||||
|
|
||||||
m_manageButton = new QPushButton(KitConfigWidget::msgManage());
|
m_manageButton = new QPushButton(KitConfigWidget::msgManage());
|
||||||
|
Reference in New Issue
Block a user