summaryrefslogtreecommitdiffstats
path: root/pokemodr/MapWildListUI.cpp
diff options
context:
space:
mode:
authorBen Boeckel <MathStuf@gmail.com>2008-05-21 03:10:12 +0000
committerBen Boeckel <MathStuf@gmail.com>2008-05-21 03:10:12 +0000
commit820bc54980b906042c0b5231147caea2059af7c9 (patch)
treeb7f6da88e1e879ab65f7172b04a17f63f61538bf /pokemodr/MapWildListUI.cpp
parentd910d8ec38e0c33eeb32b7ceaaea9b40632cbd17 (diff)
downloadsigen-820bc54980b906042c0b5231147caea2059af7c9.tar.gz
sigen-820bc54980b906042c0b5231147caea2059af7c9.tar.xz
sigen-820bc54980b906042c0b5231147caea2059af7c9.zip
[FIX] Added a command widget
[FIX] More unneeded code in widget ctors removed [FIX] Changed command delimiter to @ from % [FIX] Request to save factored out of ObjectUI git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@158 6ecfd1a5-f3ed-3746-8530-beee90d26b22
Diffstat (limited to 'pokemodr/MapWildListUI.cpp')
-rw-r--r--pokemodr/MapWildListUI.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/pokemodr/MapWildListUI.cpp b/pokemodr/MapWildListUI.cpp
index e73a6035..c0c9efed 100644
--- a/pokemodr/MapWildListUI.cpp
+++ b/pokemodr/MapWildListUI.cpp
@@ -29,7 +29,6 @@ MapWildListUI::MapWildListUI(MapWildList* wildList, QWidget* parent) :
ObjectUI(parent)
{
setupUi(this);
- QMetaObject::connectSlotsByName(this);
setObjects(wildList, new MapWildList(*wildList));
}