Utils: Pass stderr output through the right channel

Copy-and-pasto...

Change-Id: I6521b5557ff515ccb22cb1611f92079d9ec6042f
Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
hjk
2021-06-18 15:50:30 +02:00
parent c29d4e09a2
commit 8824b4e3a4

View File

@@ -166,7 +166,7 @@ public:
{
m_stdErr.append(m_process->readAllStandardError());
m_hangTimerCount = 0;
emit q->readyReadStandardOutput();
emit q->readyReadStandardError();
}
QtcProcess *q;