summaryrefslogtreecommitdiffstats
path: root/pokemod/EggGroup.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'pokemod/EggGroup.cpp')
-rw-r--r--pokemod/EggGroup.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/pokemod/EggGroup.cpp b/pokemod/EggGroup.cpp
index 7726ea91..82691f2f 100644
--- a/pokemod/EggGroup.cpp
+++ b/pokemod/EggGroup.cpp
@@ -67,6 +67,7 @@ QDomElement EggGroup::save() const
void EggGroup::setName(const QString& name)
{
m_name = name;
+ emit(changed());
}
QString EggGroup::name() const