Send started() signal from ProcessLauncherImpl

Change-Id: Ie9f3b3afe5c74407534fb3f605160cb41336c944
Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
Jarek Kobus
2021-07-09 16:24:59 +02:00
parent 94a2aefc19
commit 3335a78d5f

View File

@@ -381,6 +381,7 @@ void ProcessLauncherImpl::start(const QString &program, const QStringList &argum
void ProcessLauncherImpl::doStart() void ProcessLauncherImpl::doStart()
{ {
emit started(); // Should be queued in order to behave the same as QProcess?
m_state = QProcess::Running; m_state = QProcess::Running;
StartProcessPacket p(token()); StartProcessPacket p(token());
p.command = m_command; p.command = m_command;