changeset 390 | 0e1aeb21cb78 |
parent 381 | c79df732d095 |
child 404 | 53efc2562a7d |
1.1 --- a/historywindow.h Fri Sep 08 12:30:09 2006 +0000 1.2 +++ b/historywindow.h Mon Oct 16 12:42:54 2006 +0000 1.3 @@ -1,7 +1,6 @@ 1.4 #ifndef HISTORYWINDOW_H 1.5 #define HISTORYWINDOW_H 1.6 1.7 -//#include "mapeditor.h" 1.8 #include "settings.h" 1.9 #include "ui_historywindow.h" 1.10 1.11 @@ -25,6 +24,7 @@ 1.12 void select(); 1.13 1.14 private: 1.15 + void clearRow (int); 1.16 void updateRow (int, int, SimpleSettings &); 1.17 Ui::HistoryWindow ui; 1.18 MapEditor *mapEditor;