--- qsampler/trunk/src/qsamplerChannelStrip.ui.h 2004/09/29 08:00:57 262 +++ qsampler/trunk/src/qsamplerChannelStrip.ui.h 2004/09/29 09:01:35 263 @@ -329,8 +329,16 @@ InstrumentStatusTextLabel->setFont(font); } + +// Channel setup dialog slot. +void qsamplerChannelStrip::channelSetup (void) +{ + showChannelSetup(false); +} + + // Channel setup dialog. -void qsamplerChannelStrip::channelSetup ( bool bNew ) +void qsamplerChannelStrip::showChannelSetup ( bool bNew ) { qsamplerChannelForm *pChannelForm = new qsamplerChannelForm(this); if (pChannelForm) {