manage effectRackView with a QVBoxLayout
git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@1916 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
@@ -45,6 +45,11 @@ public:
|
||||
effectRackView( effectChain * _model, QWidget * _parent = NULL );
|
||||
virtual ~effectRackView();
|
||||
|
||||
QVBoxLayout * mainLayout( void )
|
||||
{
|
||||
return m_mainLayout;
|
||||
}
|
||||
|
||||
|
||||
public slots:
|
||||
void clearViews( void );
|
||||
|
||||
Reference in New Issue
Block a user