1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00

Merge pull request #4761

anthony.bilinski (1):
      fix(profile): Fix status message and username signal connection typo
This commit is contained in:
Diadlo 2017-10-26 16:58:10 +03:00
commit 25ab974f1e
No known key found for this signature in database
GPG Key ID: 5AF9F2E29107C727

View File

@ -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);
}
/**