forked from qt-creator/qt-creator
Qnx: Give Slog2Info runner a display name
... for better debugging. Change-Id: I24d2c6d10d659287ae61fdb4db735e658e3a68ce Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
@@ -43,6 +43,7 @@ namespace Internal {
|
||||
Slog2InfoRunner::Slog2InfoRunner(RunControl *runControl)
|
||||
: RunWorker(runControl)
|
||||
{
|
||||
setDisplayName("Slog2InfoRunner");
|
||||
auto qnxRunConfig = qobject_cast<QnxRunConfiguration *>(runControl->runConfiguration());
|
||||
QTC_ASSERT(qnxRunConfig, return);
|
||||
m_applicationId = FileName::fromString(qnxRunConfig->remoteExecutableFilePath()).fileName();
|
||||
|
Reference in New Issue
Block a user