/[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 2847 by capela, Fri May 30 20:58:26 2014 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-2014, 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 80  protected: Line 80  protected:
80          void appendMessagesLine(const QString& s);          void appendMessagesLine(const QString& s);
81          void appendMessagesLog(const QString& s);          void appendMessagesLog(const QString& s);
82    
83            // Set stdout/stderr blocking mode.
84            bool stdoutBlock(int fd, bool bBlock) const;
85    
86  protected slots:  protected slots:
87    
88          // Stdout capture slot.          // Stdout capture slot.

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

  ViewVC Help
Powered by ViewVC