forked from qt-creator/qt-creator
Boot2Qt: Fix compile for gcc5.3
Change-Id: Ib104ca611d962e41352e95cef35c450307ffa029 Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -152,7 +152,7 @@ void DeviceApplicationObserver::handleFinished(bool success)
|
|||||||
QdbDevice::QdbDevice()
|
QdbDevice::QdbDevice()
|
||||||
{
|
{
|
||||||
addDeviceAction({tr("Reboot Device"), [](const IDevice::Ptr &device, QWidget *) {
|
addDeviceAction({tr("Reboot Device"), [](const IDevice::Ptr &device, QWidget *) {
|
||||||
Command cmd{"reboot", {}};
|
Command cmd{QStringLiteral("reboot"), {}};
|
||||||
(new DeviceApplicationObserver)->start(device, cmd);
|
(new DeviceApplicationObserver)->start(device, cmd);
|
||||||
}});
|
}});
|
||||||
|
|
||||||
|
Submodule src/shared/qbs updated: 79695499bb...cba28b26cd
Reference in New Issue
Block a user