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

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

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

revision 2066 by capela, Sat Mar 13 19:15:24 2010 UTC revision 2079 by capela, Wed Mar 31 21:47:57 2010 UTC
# Line 25  Line 25 
25    
26  #include "ui_qsamplerInstrumentListForm.h"  #include "ui_qsamplerInstrumentListForm.h"
27    
28    class QModelIndex;
29  class QComboBox;  class QComboBox;
30    
31  namespace QSampler {  namespace QSampler {
# Line 46  public: Line 47  public:
47    
48  public slots:  public slots:
49    
50            void newInstrument();
51          void editInstrument();          void editInstrument();
52          void editInstrument(const QModelIndex& index);          void editInstrument(const QModelIndex& index);
         void newInstrument();  
53          void deleteInstrument();          void deleteInstrument();
54          void refreshInstruments();          void refreshInstruments();
55          void activateMap(int);          void activateMap(int);

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

  ViewVC Help
Powered by ViewVC