forked from qt-creator/qt-creator
ProjectExplorer: React to debuggersChanged() signal by RunConfigurations
And update the run actions in response to that. Change-Id: I45e6ada3ff5e2b529636a3d8826114db3d1650be Reviewed-on: http://codereview.qt.nokia.com/2339 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Kai Koehne <kai.koehne@nokia.com> Reviewed-by: Christian Kandeler <christian.kandeler@nokia.com>
This commit is contained in:
@@ -263,13 +263,11 @@ void QmlProjectRunConfigurationWidget::onViewerArgsChanged()
|
||||
void QmlProjectRunConfigurationWidget::useCppDebuggerToggled(bool toggled)
|
||||
{
|
||||
m_runConfiguration->setUseCppDebugger(toggled);
|
||||
m_runConfiguration->updateEnabled();
|
||||
}
|
||||
|
||||
void QmlProjectRunConfigurationWidget::useQmlDebuggerToggled(bool toggled)
|
||||
{
|
||||
m_runConfiguration->setUseQmlDebugger(toggled);
|
||||
m_runConfiguration->updateEnabled();
|
||||
}
|
||||
|
||||
void QmlProjectRunConfigurationWidget::qmlDebugServerPortChanged(uint port)
|
||||
|
||||
Reference in New Issue
Block a user