]> git.cworth.org Git - apitrace/commitdiff
Actually save the edited calls.
authorZack Rusin <zack@kde.org>
Wed, 14 Sep 2011 05:45:01 +0000 (01:45 -0400)
committerZack Rusin <zack@kde.org>
Wed, 14 Sep 2011 05:45:01 +0000 (01:45 -0400)
gui/saverthread.cpp

index 645e25d817ff0d09cbc0fd564a7f7e5ee19a7b13..d5f4d6b0ce5d1461b753b91b6a069792a45563a4 100644 (file)
@@ -357,7 +357,7 @@ void SaverThread::run()
                 const QVariant &val = values[i];
                 overwriteValue(call, val, i);
             }
-
+            writer.writeCall(call);
         } else {
             writer.writeCall(call);
         }