historywindow.h
changeset 388 3a58c9ef4a18
parent 381 c79df732d095
child 404 53efc2562a7d
     1.1 --- a/historywindow.h	Thu Sep 14 11:38:17 2006 +0000
     1.2 +++ b/historywindow.h	Thu Sep 14 11:38:18 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;