mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 05:00:20 +00:00
core/settings: correct wrong emit in qPrefFacebook
Signed-off-by: Jan Iversen <jani@apache.org>
This commit is contained in:
parent
2385f48c6a
commit
c0b78d69d9
1 changed files with 1 additions and 1 deletions
|
@ -39,6 +39,6 @@ void qPrefFacebook::set_user_id(const QString &value)
|
|||
{
|
||||
if (value != prefs.facebook.user_id) {
|
||||
qPrefPrivate::copy_txt(&prefs.facebook.user_id, value);
|
||||
emit instance()->access_tokenChanged(value);
|
||||
emit instance()->user_idChanged(value);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue