when connecting object to automation-pattern which has no object connected yet, set default-value (closes #2026102)
git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@1385 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
@@ -49,10 +49,7 @@ public:
|
||||
automationPattern( const automationPattern & _pat_to_copy );
|
||||
virtual ~automationPattern();
|
||||
|
||||
inline void addObject( automatableModel * _obj )
|
||||
{
|
||||
m_objects += _obj;
|
||||
}
|
||||
void addObject( automatableModel * _obj );
|
||||
|
||||
const automatableModel * firstObject( void ) const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user