Hello,

During my testing I come upon an interesting thing.

What is the purpose of setting a new EffectView model (in constructor
below), after this new effect control view is already created?

Shouldn`t this be vice-versa? Can anyone comment on this?


EffectView::EffectView( Effect * _model, QWidget * _parent ) :
...
{
...

m_controlView = effect()->controls()->createView();

...

setModel( _model );
}

Best regards,
-Mike.
------------------------------------------------------------------------------
Master SQL Server Development, Administration, T-SQL, SSAS, SSIS, SSRS
and more. Get SQL Server skills now (including 2012) with LearnDevNow -
200+ hours of step-by-step video tutorials by Microsoft MVPs and experts.
SALE $99.99 this month only - learn more at:
http://p.sf.net/sfu/learnmore_122512
_______________________________________________
LMMS-devel mailing list
LMMS-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/lmms-devel

Reply via email to