diff options
Diffstat (limited to 'pokemodr/StoreUI.cpp')
| -rw-r--r-- | pokemodr/StoreUI.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pokemodr/StoreUI.cpp b/pokemodr/StoreUI.cpp index c6166324..eae6c201 100644 --- a/pokemodr/StoreUI.cpp +++ b/pokemodr/StoreUI.cpp @@ -41,6 +41,7 @@ StoreUI::StoreUI(Store* s, QWidget* parent) : setupUi(this); QMetaObject::connectSlotsByName(this); setObjects(store, store_mod); + connect(this, SIGNAL(setChanged(bool)), boxButtons, SLOT(setDisabled(bool))); for (int i = 0; i < store->getPokemod()->getItemCount(); ++i) { const Item* it = store->getPokemod()->getItem(i); |
