diff options
Diffstat (limited to 'pokemod/Object.cpp')
| -rw-r--r-- | pokemod/Object.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pokemod/Object.cpp b/pokemod/Object.cpp index 0fcb718a..b0e868a1 100644 --- a/pokemod/Object.cpp +++ b/pokemod/Object.cpp @@ -59,6 +59,7 @@ QString Object::className() const void Object::setId(const int id) { m_id = id; + emit(changed()); } QString Object::unused(const QString& variable) |
