From 8ac53af4a15a59b8f6adf7a2468a1bd90a7cc549 Mon Sep 17 00:00:00 2001 From: Ben Boeckel Date: Tue, 20 May 2008 06:15:01 +0000 Subject: [ADD] Added Dialog widget and preliminary code for the commands [FIX] Factored out some more code from the ctors of the widgets to setObjects git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@156 6ecfd1a5-f3ed-3746-8530-beee90d26b22 --- pokemodr/MapUI.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'pokemodr/MapUI.cpp') diff --git a/pokemodr/MapUI.cpp b/pokemodr/MapUI.cpp index 95ce654c..054e5b00 100644 --- a/pokemodr/MapUI.cpp +++ b/pokemodr/MapUI.cpp @@ -41,7 +41,6 @@ MapUI::MapUI(Map* map, QWidget* parent) : QMetaObject::connectSlotsByName(this); setObjects(map, new Map(*map)); m_model = new TilemapModel(this, static_cast(modified())->map(), static_cast(original()->pokemod())); - init(); } MapUI::~MapUI() -- cgit