--- qsampler/trunk/src/qsamplerChannelStrip.ui.h 2007/10/01 17:22:02 1365 +++ qsampler/trunk/src/qsamplerChannelStrip.ui.h 2007/10/01 18:26:06 1366 @@ -235,6 +235,16 @@ } +// Channel edit slot. +void qsamplerChannelStrip::channelEdit() +{ + if (m_pChannel == NULL) + return; + + m_pChannel->editChannel(); +} + + // Channel reset slot. bool qsamplerChannelStrip::channelReset (void) {