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