diff --git a/src/model/profile/profileinfo.cpp b/src/model/profile/profileinfo.cpp index 66dee48c1..4f16e5028 100644 --- a/src/model/profile/profileinfo.cpp +++ b/src/model/profile/profileinfo.cpp @@ -47,7 +47,7 @@ ProfileInfo::ProfileInfo(Core* core, Profile *profile) { connect(core, &Core::idSet, this, &ProfileInfo::idChanged); connect(core, &Core::usernameSet, this, &ProfileInfo::usernameChanged); - connect(core, &Core::statusMessageSet, this, &ProfileInfo::usernameChanged); + connect(core, &Core::statusMessageSet, this, &ProfileInfo::statusMessageChanged); } /**