forked from qt-creator/qt-creator
Fix build of puppetcreator
Change-Id: I12fc3f6a94d3c3d9049f5a78252ee2a80e90d803 Reviewed-by: Thomas Hartmann <Thomas.Hartmann@digia.com>
This commit is contained in:
committed by
Thomas Hartmann
parent
045d1496b5
commit
3b364f70e8
@@ -407,7 +407,7 @@ bool PuppetCreator::startBuildProcess(const QString &buildDirectoryPath,
|
||||
if (progressDialog->useFallbackPuppet())
|
||||
return false;
|
||||
|
||||
QApplication::processEvents(QEventLoop::ExcludeSocketNotifiers);
|
||||
QCoreApplication::processEvents(QEventLoop::ExcludeSocketNotifiers);
|
||||
|
||||
QByteArray newOutput = process.readAllStandardOutput();
|
||||
if (!newOutput.isEmpty()) {
|
||||
|
Reference in New Issue
Block a user