summaryrefslogtreecommitdiffstats
path: root/pokemodr/ObjectUI.cpp
diff options
context:
space:
mode:
authorBen Boeckel <MathStuf@gmail.com>2008-05-20 06:15:01 +0000
committerBen Boeckel <MathStuf@gmail.com>2008-05-20 06:15:01 +0000
commit8ac53af4a15a59b8f6adf7a2468a1bd90a7cc549 (patch)
tree45a457cca639752f54d1f0ba8a207018814e08a9 /pokemodr/ObjectUI.cpp
parent74e975209e6bcc05ed9f040a19c64960ae519e2c (diff)
downloadsigen-8ac53af4a15a59b8f6adf7a2468a1bd90a7cc549.tar.gz
sigen-8ac53af4a15a59b8f6adf7a2468a1bd90a7cc549.tar.xz
sigen-8ac53af4a15a59b8f6adf7a2468a1bd90a7cc549.zip
[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
Diffstat (limited to 'pokemodr/ObjectUI.cpp')
-rw-r--r--pokemodr/ObjectUI.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/pokemodr/ObjectUI.cpp b/pokemodr/ObjectUI.cpp
index 50267952..6b1725e3 100644
--- a/pokemodr/ObjectUI.cpp
+++ b/pokemodr/ObjectUI.cpp
@@ -133,6 +133,7 @@ void ObjectUI::setObjects(Object* original, Object* modified)
connect(m_object_mod, SIGNAL(error(const QString&)), this, SLOT(setGui()));
connect(m_object_mod, SIGNAL(error(const QString&)), this, SLOT(errorMessage(const QString&)));
connect(m_object_mod, SIGNAL(warning(const QString&)), this, SLOT(warningMessage(const QString&)));
+ init();
}
void ObjectUI::init()