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