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

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

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

revision 1489 by schoenebeck, Mon Nov 19 03:29:57 2007 UTC revision 1499 by capela, Tue Nov 20 16:48:04 2007 UTC
# Line 29  Line 29 
29  #include "qsamplerChannel.h"  #include "qsamplerChannel.h"
30  #include "qsamplerDeviceForm.h"  #include "qsamplerDeviceForm.h"
31    
 #include <Q3PtrList>  
32    
33  namespace QSampler {  namespace QSampler {
34    
# Line 50  protected: Line 49  protected:
49      qsamplerChannel* m_pChannel;      qsamplerChannel* m_pChannel;
50      int m_iDirtySetup;      int m_iDirtySetup;
51      int m_iDirtyCount;      int m_iDirtyCount;
52      Q3PtrList<qsamplerDevice> m_audioDevices;      QList<qsamplerDevice *> m_audioDevices;
53      Q3PtrList<qsamplerDevice> m_midiDevices;      QList<qsamplerDevice *> m_midiDevices;
54      DeviceForm* m_pDeviceForm;      DeviceForm* m_pDeviceForm;
55      ChannelRoutingModel routingModel;      ChannelRoutingModel routingModel;
56      ChannelRoutingDelegate routingDelegate;      ChannelRoutingDelegate routingDelegate;

Legend:
Removed from v.1489  
changed lines
  Added in v.1499

  ViewVC Help
Powered by ViewVC