changeset 696 | 0c2d74acf035 |
parent 489 | f0e482cd84f0 |
child 847 | 43268373032d |
1.1 --- a/historywindow.cpp Thu May 17 20:19:03 2007 +0000 1.2 +++ b/historywindow.cpp Mon May 05 13:46:42 2008 +0000 1.3 @@ -170,6 +170,5 @@ 1.4 1.5 void HistoryWindow::select() 1.6 { 1.7 - cout <<"HW::select "<<ui.historyTable->row (ui.historyTable->selectedItems().first())<<endl; 1.8 mainWindow->gotoHistoryStep (ui.historyTable->row (ui.historyTable->selectedItems().first())); 1.9 }