Skip to content
This repository has been archived by the owner on Feb 12, 2023. It is now read-only.

Commit

Permalink
fix(profile): Fix status message and username signal connection typo
Browse files Browse the repository at this point in the history
Fixes #4760
  • Loading branch information
anthonybilinski committed Oct 25, 2017
1 parent 92def83 commit d41031b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/model/profile/profileinfo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}

/**
Expand Down

0 comments on commit d41031b

Please sign in to comment.