00001 // TODO 00002 00003 #include "map_editor.h" 00004 00005 MapEditor::MapEditor( QWidget* parent ) : QWidget( parent ) 00006 { 00007 setObjectName( "Editor Map" ) ; 00008 } 00009