Changeset 169

Show
Ignore:
Timestamp:
05/27/08 00:04:08 (5 years ago)
Author:
smoors
Message:

code cleanup

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/gui/src/PreferencesDialog.cpp

    r166 r169  
    465465                 
    466466                action * pAction = mM->getNoteAction( note ); 
     467                 
    467468                if( pAction->getType() != "NOTHING" ){ 
    468                         cout << note << pAction << endl; 
    469                          
     469                 
    470470                        tableWidget->insertRow( tableWidget->rowCount() ); 
    471471                        QComboBox *eventBox = new QComboBox(); 
     
    558558                        if( eventString.left(4) == "NOTE" ){ 
    559559                                mM->registerNoteEvent( eventSpinner->cleanText().toInt() , pAction ); 
    560                                 cout << "register " << eventSpinner->value() << endl; 
    561560                        } 
    562561                }