diff options
Diffstat (limited to 'pokemodr/ItemUI.cpp')
| -rw-r--r-- | pokemodr/ItemUI.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/pokemodr/ItemUI.cpp b/pokemodr/ItemUI.cpp index cf99132c..9d3c9ec1 100644 --- a/pokemodr/ItemUI.cpp +++ b/pokemodr/ItemUI.cpp @@ -29,10 +29,6 @@ ItemUI::ItemUI(Item* item, QWidget* parent) : setupUi(this); QMetaObject::connectSlotsByName(this); setObjects(item, new Item(*item)); - 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(); } |
