diff options
Diffstat (limited to 'pokemodr/CoinListUI.cpp')
| -rw-r--r-- | pokemodr/CoinListUI.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pokemodr/CoinListUI.cpp b/pokemodr/CoinListUI.cpp index 539d086e..9095dffd 100644 --- a/pokemodr/CoinListUI.cpp +++ b/pokemodr/CoinListUI.cpp @@ -40,6 +40,7 @@ CoinListUI::CoinListUI(CoinList* c, QWidget* parent) : setupUi(this); QMetaObject::connectSlotsByName(this); setObjects(coinList, coinList_mod); + connect(this, SIGNAL(setChanged(bool)), boxButtons, SLOT(setDisabled(bool))); for (int i = 0; i < coinList->getPokemod()->getItemCount(); ++i) { const Item* it = coinList->getPokemod()->getItem(i); |
