From: Zack Rusin Date: Wed, 14 Sep 2011 05:45:01 +0000 (-0400) Subject: Actually save the edited calls. X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;h=c5b741c83e804f1e438caca83565a76e254d0b94;p=apitrace Actually save the edited calls. --- diff --git a/gui/saverthread.cpp b/gui/saverthread.cpp index 645e25d..d5f4d6b 100644 --- a/gui/saverthread.cpp +++ b/gui/saverthread.cpp @@ -357,7 +357,7 @@ void SaverThread::run() const QVariant &val = values[i]; overwriteValue(call, val, i); } - + writer.writeCall(call); } else { writer.writeCall(call); }