Browse Source

Merge pull request #4761

anthony.bilinski (1):
      fix(profile): Fix status message and username signal connection typo
reviewable/pr4763/r1
Diadlo 8 years ago
parent
commit
25ab974f1e
No known key found for this signature in database
GPG Key ID: 5AF9F2E29107C727
  1. 2
      src/model/profile/profileinfo.cpp

2
src/model/profile/profileinfo.cpp

@ -47,7 +47,7 @@ ProfileInfo::ProfileInfo(Core* core, Profile *profile) @@ -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);
}
/**

Loading…
Cancel
Save