/[svn]/qsampler/trunk/src/qsamplerOptions.h
ViewVC logotype

Diff of /qsampler/trunk/src/qsamplerOptions.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1558 by capela, Thu Dec 6 09:35:33 2007 UTC revision 1738 by capela, Wed May 14 15:24:22 2008 UTC
# Line 1  Line 1 
1  // qsamplerOptions.h  // qsamplerOptions.h
2  //  //
3  /****************************************************************************  /****************************************************************************
4     Copyright (C) 2004-2007, rncbc aka Rui Nuno Capela. All rights reserved.     Copyright (C) 2004-2008, 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 64  public: Line 64  public:
64          QString sServerCmdLine;          QString sServerCmdLine;
65          int     iStartDelay;          int     iStartDelay;
66    
67            // Logging options...
68            bool    bMessagesLog;
69            QString sMessagesLogPath;
70    
71          // Display options...          // Display options...
72          QString sDisplayFont;          QString sDisplayFont;
73          bool    bDisplayEffect;          bool    bDisplayEffect;

Legend:
Removed from v.1558  
changed lines
  Added in v.1738

  ViewVC Help
Powered by ViewVC