diff --git a/qrutils/interpreter/block.cpp b/qrutils/interpreter/block.cpp index fad1248e1c..93460c738f 100644 --- a/qrutils/interpreter/block.cpp +++ b/qrutils/interpreter/block.cpp @@ -13,7 +13,7 @@ * limitations under the License. */ #include - +#include #include #include #include @@ -110,7 +110,7 @@ void Block::interpret(Thread *thread) if (mState == failed) { return; } - + QCoreApplication::processEvents(); mState = running; mThread = thread; if (initNextBlocks()) {