diff options
| author | Ben Boeckel <MathStuf@gmail.com> | 2008-05-21 03:10:12 +0000 |
|---|---|---|
| committer | Ben Boeckel <MathStuf@gmail.com> | 2008-05-21 03:10:12 +0000 |
| commit | 820bc54980b906042c0b5231147caea2059af7c9 (patch) | |
| tree | b7f6da88e1e879ab65f7172b04a17f63f61538bf /pokemodr/MapUI.cpp | |
| parent | d910d8ec38e0c33eeb32b7ceaaea9b40632cbd17 (diff) | |
[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/MapUI.cpp')
| -rw-r--r-- | pokemodr/MapUI.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pokemodr/MapUI.cpp b/pokemodr/MapUI.cpp index 054e5b00..786c5e25 100644 --- a/pokemodr/MapUI.cpp +++ b/pokemodr/MapUI.cpp @@ -38,7 +38,6 @@ MapUI::MapUI(Map* map, QWidget* parent) : m_delegate(new TileDelegate(this)) { setupUi(this); - QMetaObject::connectSlotsByName(this); setObjects(map, new Map(*map)); m_model = new TilemapModel(this, static_cast<Map*>(modified())->map(), static_cast<const Pokemod*>(original()->pokemod())); } |
