/[svn]/qsampler/trunk/src/qsamplerMessages.h
ViewVC logotype

Diff of /qsampler/trunk/src/qsamplerMessages.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1738 by capela, Wed May 14 15:24:22 2008 UTC revision 1739 by capela, Wed May 14 17:37:45 2008 UTC
# Line 78  signals: Line 78  signals:
78    
79          void visibilityChanged(bool bVisible);          void visibilityChanged(bool bVisible);
80    
81  protected slots:  protected:
82    
83          // Message executives.          // Message executives.
84          void appendMessagesLine(const QString& s);          void appendMessagesLine(const QString& s);
# Line 87  protected slots: Line 87  protected slots:
87          // overridden method of QWidget          // overridden method of QWidget
88          void showEvent(QShowEvent *pEvent);          void showEvent(QShowEvent *pEvent);
89    
90    protected slots:
91    
92          // Stdout capture slot.          // Stdout capture slot.
93          void stdoutNotify(int fd);          void stdoutNotify(int fd);
94    

Legend:
Removed from v.1738  
changed lines
  Added in v.1739

  ViewVC Help
Powered by ViewVC