diff options
Diffstat (limited to 'pokemodr/AuthorUI.cpp')
| -rw-r--r-- | pokemodr/AuthorUI.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pokemodr/AuthorUI.cpp b/pokemodr/AuthorUI.cpp index 413ea775..efc5510e 100644 --- a/pokemodr/AuthorUI.cpp +++ b/pokemodr/AuthorUI.cpp @@ -34,6 +34,7 @@ AuthorUI::AuthorUI(Author* a, QWidget* parent) : setupUi(this); QMetaObject::connectSlotsByName(this); setObjects(author, author_mod); + connect(this, SIGNAL(setChanged(bool)), boxButtons, SLOT(setDisabled(bool))); setGui(); } |
