Fix build of puppetcreator

Change-Id: I12fc3f6a94d3c3d9049f5a78252ee2a80e90d803
Reviewed-by: Thomas Hartmann <Thomas.Hartmann@digia.com>
This commit is contained in:
Tobias Hunger
2015-07-14 16:08:52 +02:00
committed by Thomas Hartmann
parent 045d1496b5
commit 3b364f70e8

View File

@@ -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()) {