mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +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) {
|
if (value != prefs.facebook.user_id) {
|
||||||
qPrefPrivate::copy_txt(&prefs.facebook.user_id, value);
|
qPrefPrivate::copy_txt(&prefs.facebook.user_id, value);
|
||||||
emit instance()->access_tokenChanged(value);
|
emit instance()->user_idChanged(value);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue