Mercurial > hg > sonic-visualiser
diff document/Document.h @ 196:29c356da4ae4
* Make XmlExportable::toXml the function that is universally overridden (and
pure virtual) instead of toXmlString. Tidies up some classes, notably the
model classes, significantly. Closes #1794561.
author | Chris Cannam |
---|---|
date | Thu, 18 Oct 2007 10:15:07 +0000 |
parents | 98ba77e0d897 |
children | de783e8ee5f0 |
line wrap: on
line diff
--- a/document/Document.h Thu Oct 18 09:36:05 2007 +0000 +++ b/document/Document.h Thu Oct 18 10:15:07 2007 +0000 @@ -190,8 +190,6 @@ void removeLayerFromView(View *, Layer *); void toXml(QTextStream &, QString indent, QString extraAttributes) const; - QString toXmlString(QString indent, QString extraAttributes) const; - signals: void layerAdded(Layer *); void layerRemoved(Layer *);