forked from qt-creator/qt-creator
Send started() signal from ProcessLauncherImpl
Change-Id: Ie9f3b3afe5c74407534fb3f605160cb41336c944 Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -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;
|
||||||
|
Reference in New Issue
Block a user