Browse Source

fix(profile): Fix status message and username signal connection typo

Fixes #4760
pull/4761/head
anthony.bilinski 8 years ago
parent
commit
d41031bd15
  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