/[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 91 by capela, Wed May 26 15:55:36 2004 UTC revision 338 by capela, Wed Jan 12 10:43:37 2005 UTC
# Line 1  Line 1 
1  // qsamplerMessages.h  // qsamplerMessages.h
2  //  //
3  /****************************************************************************  /****************************************************************************
4     Copyright (C) 2003-2004, rncbc aka Rui Nuno Capela. All rights reserved.     Copyright (C) 2003-2005, rncbc aka Rui Nuno Capela. All rights reserved.
5    
6     This program is free software; you can redistribute it and/or     This program is free software; you can redistribute it and/or
7     modify it under the terms of the GNU General Public License     modify it under the terms of the GNU General Public License
# Line 75  private: Line 75  private:
75    
76      // The maximum number of message lines.      // The maximum number of message lines.
77      int m_iMessagesLimit;      int m_iMessagesLimit;
78            int m_iMessagesHigh;
79    
80      // The textview main widget.      // The textview main widget.
81      QTextEdit *m_pTextView;      QTextEdit *m_pTextView;
82            

Legend:
Removed from v.91  
changed lines
  Added in v.338

  ViewVC Help
Powered by ViewVC