]> git.cworth.org Git - apitrace/blobdiff - gui/saverthread.cpp
Lots of various cosmetic changes to the call editing.
[apitrace] / gui / saverthread.cpp
index 5e80244ed789198dc97be5304592804a3ca10f30..db0aa532a1ac636377ab36e167cf235a4f6f5df8 100644 (file)
@@ -253,7 +253,7 @@ void SaverThread::run()
     }
     Trace::Close();
 
-    emit traceSaved(m_fileName);
+    emit traceSaved();
 }
 
 #include "saverthread.moc"