historywindow.cpp
changeset 847 43268373032d
parent 644 954221e01e4e
     1.1 --- a/historywindow.cpp	Fri Apr 09 14:24:04 2010 +0000
     1.2 +++ b/historywindow.cpp	Wed Jun 09 13:14:08 2010 +0000
     1.3 @@ -155,6 +155,7 @@
     1.4  
     1.5  void HistoryWindow::closeEvent (QCloseEvent *)
     1.6  {
     1.7 +	hide();
     1.8  	emit (windowClosed() );
     1.9  }
    1.10