forked from qt-creator/qt-creator
Merge remote-tracking branch 'origin/13.0'
Change-Id: If752e3383b35873b696e8beca27d8838a4096c8a
This commit is contained in:
@@ -264,7 +264,7 @@ GroupItem DeviceCtlRunner::launchTask(const QString &bundleIdentifier)
|
||||
|
||||
void DeviceCtlRunner::reportStoppedImpl()
|
||||
{
|
||||
appendMessage(Tr::tr("\"%1\" exited").arg(m_bundlePath.toUserOutput()),
|
||||
appendMessage(Tr::tr("\"%1\" exited.").arg(m_bundlePath.toUserOutput()),
|
||||
Utils::NormalMessageFormat);
|
||||
reportStopped();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user