added node name
git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@306 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
@@ -111,7 +111,7 @@ trackContainer::~trackContainer()
|
||||
|
||||
void trackContainer::saveSettings( QDomDocument & _doc, QDomElement & _this )
|
||||
{
|
||||
_this.setTagName( "trackcontainer" );
|
||||
_this.setTagName( classNodeName() );
|
||||
_this.setAttribute( "type", nodeName() );
|
||||
mainWindow::saveWidgetState( this, _this );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user