diff options
| author | Ben Boeckel <MathStuf@gmail.com> | 2008-05-20 06:15:01 +0000 |
|---|---|---|
| committer | Ben Boeckel <MathStuf@gmail.com> | 2008-05-20 06:15:01 +0000 |
| commit | 8ac53af4a15a59b8f6adf7a2468a1bd90a7cc549 (patch) | |
| tree | 45a457cca639752f54d1f0ba8a207018814e08a9 /pokemodr/MapEffectUI.cpp | |
| parent | 74e975209e6bcc05ed9f040a19c64960ae519e2c (diff) | |
| download | sigen-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/MapEffectUI.cpp')
| -rw-r--r-- | pokemodr/MapEffectUI.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/pokemodr/MapEffectUI.cpp b/pokemodr/MapEffectUI.cpp index a61325a7..f637013f 100644 --- a/pokemodr/MapEffectUI.cpp +++ b/pokemodr/MapEffectUI.cpp @@ -35,11 +35,6 @@ MapEffectUI::MapEffectUI(MapEffect* effect, QWidget* parent) : setupUi(this); QMetaObject::connectSlotsByName(this); setObjects(effect, new MapEffect(*effect)); - connect(modified(), SIGNAL(error(const QString&)), this, SLOT(setGui())); - connect(modified(), SIGNAL(error(const QString&)), this, SLOT(errorMessage(const QString&))); - connect(modified(), SIGNAL(warning(const QString&)), this, SLOT(warningMessage(const QString&))); - connect(modified(), SIGNAL(changed()), this, SLOT(setChanged())); - init(); } MapEffectUI::~MapEffectUI() |
