Mercurial > hg > easaier-soundaccess
diff widgets/PropertyBox.cpp @ 58:b3c3a5fa185f
frontend with easaier's look
author | benoitrigolleau |
---|---|
date | Fri, 25 May 2007 12:36:35 +0000 |
parents | 4f3e6a09239a |
children | 76d4fbab5f20 |
line wrap: on
line diff
--- a/widgets/PropertyBox.cpp Wed May 23 15:11:52 2007 +0000 +++ b/widgets/PropertyBox.cpp Fri May 25 12:36:35 2007 +0000 @@ -126,6 +126,7 @@ this, SLOT(populateViewPlayFrame())); } + PlayParameters *params = m_container->getPlayParameters(); if (!params && !layer) return; @@ -718,3 +719,7 @@ LEDButton* PropertyBox::playButton(){ return m_playButton; } + +PropertyContainer* PropertyBox::container(){ + return m_container; +}