From d9a73568b0a26c57d0fac8ee97550d0989b9c321 Mon Sep 17 00:00:00 2001 From: James Benton Date: Mon, 13 Aug 2012 18:15:39 +0100 Subject: [PATCH] Allow BlockingIO read of profiling results. --- gui/retracer.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/gui/retracer.cpp b/gui/retracer.cpp index 87d9f37..592c1a4 100644 --- a/gui/retracer.cpp +++ b/gui/retracer.cpp @@ -417,7 +417,6 @@ void Retracer::run() Q_ASSERT(process.state() != QProcess::Running); } else if (isProfiling()) { profile = new trace::Profile(); - process.waitForFinished(-1); while (!io.atEnd()) { char line[256]; -- 2.43.0