From 3b364f70e8da6bae634fbf52e1b03a852fd79cc3 Mon Sep 17 00:00:00 2001 From: Tobias Hunger Date: Tue, 14 Jul 2015 16:08:52 +0200 Subject: [PATCH] Fix build of puppetcreator Change-Id: I12fc3f6a94d3c3d9049f5a78252ee2a80e90d803 Reviewed-by: Thomas Hartmann --- .../qmldesigner/designercore/instances/puppetcreator.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/qmldesigner/designercore/instances/puppetcreator.cpp b/src/plugins/qmldesigner/designercore/instances/puppetcreator.cpp index 55b91b0bc13..1c1db739f65 100644 --- a/src/plugins/qmldesigner/designercore/instances/puppetcreator.cpp +++ b/src/plugins/qmldesigner/designercore/instances/puppetcreator.cpp @@ -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()) {