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

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

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

revision 2065 by capela, Fri Mar 12 16:02:32 2010 UTC revision 2066 by capela, Sat Mar 13 19:15:24 2010 UTC
# Line 35  class Instrument; Line 35  class Instrument;
35    
36  class InstrumentListModel : public QAbstractItemModel  class InstrumentListModel : public QAbstractItemModel
37  {  {
         Q_OBJECT  
   
38  public:  public:
39    
40          // Constructor.          // Constructor.
# Line 95  private: Line 93  private:
93    
94  class InstrumentListView : public QTreeView  class InstrumentListView : public QTreeView
95  {  {
         Q_OBJECT  
   
96  public:  public:
97    
98          // Constructor.          // Constructor.
99          InstrumentListView(QWidget *pParent = 0);          InstrumentListView(QWidget *pParent = NULL);
100    
101          // Destructor.          // Destructor.
102          ~InstrumentListView();          ~InstrumentListView();

Legend:
Removed from v.2065  
changed lines
  Added in v.2066

  ViewVC Help
Powered by ViewVC