diff --git a/profiles/player_profile.cpp b/profiles/player_profile.cpp index 7385aa9..d0aaf6e 100644 --- a/profiles/player_profile.cpp +++ b/profiles/player_profile.cpp @@ -102,7 +102,7 @@ Ref PlayerProfile::get_class_profile(const int class_id) { _class_profiles.push_back(Ref(class_profile)); - emit_signal("changed"); + emit_change(); return class_profile; }