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

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

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

revision 980 by capela, Sun Dec 17 22:29:29 2006 UTC revision 1464 by capela, Thu Nov 1 17:14:21 2007 UTC
# Line 1  Line 1 
1  // qsamplerInstrument.h  // qsamplerInstrument.h
2  //  //
3  /****************************************************************************  /****************************************************************************
4     Copyright (C) 2004-2006, rncbc aka Rui Nuno Capela. All rights reserved.     Copyright (C) 2004-2007, rncbc aka Rui Nuno Capela. All rights reserved.
5       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
8     modify it under the terms of the GNU General Public License     modify it under the terms of the GNU General Public License
# Line 22  Line 23 
23  #ifndef __qsamplerInstrument_h  #ifndef __qsamplerInstrument_h
24  #define __qsamplerInstrument_h  #define __qsamplerInstrument_h
25    
26  #include <qstringlist.h>  #include <QStringList>
27    #include <QMetaType>
28    
29    
30  //-------------------------------------------------------------------------  //-------------------------------------------------------------------------
# Line 94  private: Line 96  private:
96    
97  };  };
98    
99    // so we can use it i.e. through QVariant
100    Q_DECLARE_METATYPE(qsamplerInstrument)
101    
102    
103  #endif  // __qsamplerInstrument_h  #endif  // __qsamplerInstrument_h
104    

Legend:
Removed from v.980  
changed lines
  Added in v.1464

  ViewVC Help
Powered by ViewVC