--- qsampler/trunk/src/qsamplerMessages.h 2008/05/14 15:24:22 1738 +++ qsampler/trunk/src/qsamplerMessages.h 2008/05/14 17:37:45 1739 @@ -78,7 +78,7 @@ void visibilityChanged(bool bVisible); -protected slots: +protected: // Message executives. void appendMessagesLine(const QString& s); @@ -87,6 +87,8 @@ // overridden method of QWidget void showEvent(QShowEvent *pEvent); +protected slots: + // Stdout capture slot. void stdoutNotify(int fd);