* fixed issue when moving BB-tracks up/down where actual BB-TCOs were not moved

* in trackContentObjectView and trackView, handle deletion of models more gracefully



git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@1137 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
Tobias Doerffel
2008-06-15 12:52:20 +00:00
parent e2b533dcc5
commit 9f584e5612
3 changed files with 104 additions and 13 deletions

View File

@@ -113,6 +113,7 @@ protected slots:
signals:
void lengthChanged( void );
void positionChanged( void );
void destroyed( void );
private:
@@ -453,6 +454,7 @@ private:
signals:
void trackContentObjectAdded( trackContentObject * );
void destroyed( void );
} ;