forked from qt-creator/qt-creator
ProjectExplorer: Use FilePathAspect for IDevice::debugServerPath
... and IDevice::qmlRunCommand, currently for storage only. Leave the GUI side as-is for now, as this synchronizes the widget content with the local copy of the device data to allow the device tester to be run with the visible data. Change-Id: Ie8fb967c9a7f8246eec71d52c9b714ca3b3f5acd Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
@@ -217,12 +217,12 @@ void GenericLinuxDeviceConfigurationWidget::keyFileEditingFinished()
|
||||
|
||||
void GenericLinuxDeviceConfigurationWidget::gdbServerEditingFinished()
|
||||
{
|
||||
device()->setDebugServerPath(m_gdbServerLineEdit->filePath());
|
||||
device()->debugServerPath.setValue(m_gdbServerLineEdit->filePath());
|
||||
}
|
||||
|
||||
void GenericLinuxDeviceConfigurationWidget::qmlRuntimeEditingFinished()
|
||||
{
|
||||
device()->setQmlRunCommand(m_qmlRuntimeLineEdit->filePath());
|
||||
device()->qmlRunCommand.setValue(m_qmlRuntimeLineEdit->filePath());
|
||||
}
|
||||
|
||||
void GenericLinuxDeviceConfigurationWidget::handleFreePortsChanged()
|
||||
|
||||
Reference in New Issue
Block a user