/[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 2441 by capela, Wed Apr 10 09:11:37 2013 UTC revision 2459 by capela, Mon Jul 8 10:06:57 2013 UTC
# Line 74  public: Line 74  public:
74          // History reset.          // History reset.
75          void clear();          void clear();
76    
 #if QT_VERSION < 0x040300  
 signals:  
   
         void visibilityChanged(bool bVisible);  
   
 #endif  
   
77  protected:  protected:
78    
79          // Message executives.          // Message executives.
80          void appendMessagesLine(const QString& s);          void appendMessagesLine(const QString& s);
81          void appendMessagesLog(const QString& s);          void appendMessagesLog(const QString& s);
82    
 #if QT_VERSION < 0x040300  
   
         // Overridden method of QWidget  
         void showEvent(QShowEvent *pEvent);  
   
 #endif  
   
83  protected slots:  protected slots:
84    
85          // Stdout capture slot.          // Stdout capture slot.

Legend:
Removed from v.2441  
changed lines
  Added in v.2459

  ViewVC Help
Powered by ViewVC