--- qsampler/trunk/src/qsamplerMessages.cpp 2007/11/04 14:14:00 1469 +++ qsampler/trunk/src/qsamplerMessages.cpp 2007/11/04 23:37:47 1470 @@ -101,6 +101,13 @@ } +void qsamplerMessages::showEvent (QShowEvent* event) +{ + QDockWidget::showEvent(event); + emit visibilityChanged(isVisible()); +} + + // Own stdout/stderr socket notifier slot. void qsamplerMessages::stdoutNotify ( int fd ) {