* use QTextStream to save uncompressed XML-files

* when encountering problems while parsing XML-file, print line and column of problem



git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@1387 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
Tobias Doerffel
2008-07-28 06:45:16 +00:00
parent dc14b0c869
commit f5b849fd30
2 changed files with 11 additions and 2 deletions

View File

@@ -1,3 +1,10 @@
2008-07-28 Tobias Doerffel <tobydox/at/users/dot/sourceforge/dot/net>
* src/core/mmp.cpp:
- use QTextStream to save uncompressed XML-files
- when encountering problems while parsing XML-file, print line and
column of problem
2008-07-27 Tobias Doerffel <tobydox/at/users/dot/sourceforge/dot/net>
* src/gui/automation_editor.cpp: