Changeset 169
- Timestamp:
- 05/27/08 00:04:08 (5 years ago)
- Files:
-
- 1 modified
-
trunk/gui/src/PreferencesDialog.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/gui/src/PreferencesDialog.cpp
r166 r169 465 465 466 466 action * pAction = mM->getNoteAction( note ); 467 467 468 if( pAction->getType() != "NOTHING" ){ 468 cout << note << pAction << endl; 469 469 470 470 tableWidget->insertRow( tableWidget->rowCount() ); 471 471 QComboBox *eventBox = new QComboBox(); … … 558 558 if( eventString.left(4) == "NOTE" ){ 559 559 mM->registerNoteEvent( eventSpinner->cleanText().toInt() , pAction ); 560 cout << "register " << eventSpinner->value() << endl;561 560 } 562 561 }