/[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 2848 by capela, Sat Oct 3 15:48:18 2015 UTC
# Line 1  Line 1 
1  // qsamplerMessages.h  // qsamplerMessages.h
2  //  //
3  /****************************************************************************  /****************************************************************************
4     Copyright (C) 2004-2013, rncbc aka Rui Nuno Capela. All rights reserved.     Copyright (C) 2004-2015, rncbc aka Rui Nuno Capela. All rights reserved.
5     Copyright (C) 2007, Christian Schoenebeck     Copyright (C) 2007, Christian Schoenebeck
6    
7     This program is free software; you can redistribute it and/or     This program is free software; you can redistribute it and/or
# 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    
83  #if QT_VERSION < 0x040300          // Set stdout/stderr blocking mode.
84            bool stdoutBlock(int fd, bool bBlock) const;
         // Overridden method of QWidget  
         void showEvent(QShowEvent *pEvent);  
   
 #endif  
85    
86  protected slots:  protected slots:
87    

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

  ViewVC Help
Powered by ViewVC