changeset 444 | fb97757e06c0 |
parent 421 | 5522d1da7e37 |
child 483 | 01a0e82280f9 |
1.1 --- a/historywindow.h Tue Jan 23 11:50:53 2007 +0000 1.2 +++ b/historywindow.h Sat Mar 31 09:28:30 2007 +0000 1.3 @@ -18,11 +18,17 @@ 1.4 void setShowWithMain (bool); 1.5 bool showWithMain (); 1.6 1.7 +protected: 1.8 + void closeEvent( QCloseEvent* ); 1.9 + 1.10 private slots: 1.11 void undo(); 1.12 void redo(); 1.13 void select(); 1.14 1.15 +signals: 1.16 + void windowClosed(); 1.17 + 1.18 private: 1.19 void clearRow (int); 1.20 void updateRow (int, int, SimpleSettings &);