- Timestamp:
- 09/17/08 08:31:35 (5 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
branches/audiofilebrowser/gui/src/AudioFileBrowser/AudioFileBrowser.h
r484 r488 25 25 26 26 #include "config.h" 27 #include "ui_AudioFileBrowser_UI.h" 28 #include "InstrumentEditor/InstrumentEditor.h" 27 29 28 30 #include <QDialog> 29 #include "ui_AudioFileBrowser_UI.h"30 31 #include <hydrogen/Object.h> 31 32 #include <hydrogen/Preferences.h> 32 #include <hydrogen/hydrogen.h> 33 #include "InstrumentEditor/InstrumentEditor.h" 33 34 34 35 35 class Button; … … 55 55 void on_cancelBTN_clicked(); 56 56 void on_openBTN_clicked(); 57 void clicked( const QModelIndex& index);57 void clicked( const QModelIndex& index ); 58 58 void on_m_pPlayBtn_clicked(); 59 59 void updateModelIndex();