diff base/Model.cpp @ 77:2beca8ddcdc3

* Add BZipFileDevice to handle bzip2 compress/uncompress without all that ugly code in MainWindow.cpp * Remove all that ugly code in MainWindow.cpp and replace with uses of BZipFileDevice * Fix layer import/export for SV XML layers * and a few other minor fixes
author Chris Cannam
date Wed, 12 Apr 2006 09:59:40 +0000
parents af2725b5d6fe
children c30728d5625c
line wrap: on
line diff
--- a/base/Model.cpp	Mon Apr 10 17:22:59 2006 +0000
+++ b/base/Model.cpp	Wed Apr 12 09:59:40 2006 +0000
@@ -40,7 +40,7 @@
 
     s += QString("<model id=\"%1\" name=\"%2\" sampleRate=\"%3\" start=\"%4\" end=\"%5\" %6/>\n")
 	.arg(getObjectExportId(this))
-	.arg(objectName())
+	.arg(encodeEntities(objectName()))
 	.arg(getSampleRate())
 	.arg(getStartFrame())
 	.arg(getEndFrame())