historywindow.cpp
changeset 644 954221e01e4e
parent 489 f0e482cd84f0
child 847 43268373032d
     1.1 --- a/historywindow.cpp	Mon Jan 14 16:26:59 2008 +0000
     1.2 +++ b/historywindow.cpp	Mon Jan 14 16:26:59 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  }