diff options
Diffstat (limited to 'pokemodr/NatureUI.cpp')
| -rw-r--r-- | pokemodr/NatureUI.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/pokemodr/NatureUI.cpp b/pokemodr/NatureUI.cpp index f8f49c77..3a71fcbf 100644 --- a/pokemodr/NatureUI.cpp +++ b/pokemodr/NatureUI.cpp @@ -28,10 +28,6 @@ NatureUI::NatureUI(Nature* nature, QWidget* parent) : setupUi(this); QMetaObject::connectSlotsByName(this); setObjects(nature, new Nature(*nature)); - 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(); } |
