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:
commit
25ab974f1e
|
@ -47,7 +47,7 @@ ProfileInfo::ProfileInfo(Core* core, Profile *profile)
|
||||||
{
|
{
|
||||||
connect(core, &Core::idSet, this, &ProfileInfo::idChanged);
|
connect(core, &Core::idSet, this, &ProfileInfo::idChanged);
|
||||||
connect(core, &Core::usernameSet, this, &ProfileInfo::usernameChanged);
|
connect(core, &Core::usernameSet, this, &ProfileInfo::usernameChanged);
|
||||||
connect(core, &Core::statusMessageSet, this, &ProfileInfo::usernameChanged);
|
connect(core, &Core::statusMessageSet, this, &ProfileInfo::statusMessageChanged);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue
Block a user