]> git.cworth.org Git - apitrace/commitdiff
Allow BlockingIO read of profiling results.
authorJames Benton <jbenton@vmware.com>
Mon, 13 Aug 2012 17:15:39 +0000 (18:15 +0100)
committerJames Benton <jbenton@vmware.com>
Thu, 16 Aug 2012 12:51:12 +0000 (13:51 +0100)
gui/retracer.cpp

index 87d9f37dee89b655fa1c95ce0a0512a515457a38..592c1a4215d66bf947294236c953bf71beb00d1a 100644 (file)
@@ -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];