/[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 1469 by capela, Thu Nov 1 17:49:27 2007 UTC revision 1470 by schoenebeck, Sun Nov 4 23:37:47 2007 UTC
# Line 67  public: Line 67  public:
67    
68          // History reset.          // History reset.
69          void clear();          void clear();
70            
71    signals:
72    
73            void visibilityChanged(bool bVisible);
74    
75  protected slots:  protected slots:
76    
77            // overridden method of QWidget
78            void showEvent(QShowEvent* event);
79    
80          // Stdout capture slot.          // Stdout capture slot.
81          void stdoutNotify(int fd);          void stdoutNotify(int fd);
82    

Legend:
Removed from v.1469  
changed lines
  Added in v.1470

  ViewVC Help
Powered by ViewVC