added method to avoid segfaults when closing the application
git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@251 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
@@ -99,6 +99,11 @@ public:
|
||||
m_update_first = _update;
|
||||
}
|
||||
|
||||
void forgetTrack()
|
||||
{
|
||||
m_track = NULL;
|
||||
}
|
||||
|
||||
|
||||
public slots:
|
||||
void openInAutomationEditor( void );
|
||||
|
||||
Reference in New Issue
Block a user