diff options
author | jan Iversen <jani@apache.org> | 2018-07-22 16:14:16 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2018-07-25 08:35:04 -0700 |
commit | 69c7ed676a7c7806f4132a899f98650fa2ad3dfb (patch) | |
tree | 2545f6992c60d5bd002ae745ed618634fc919a85 /core/settings | |
parent | ead05c8e17d320e723b982584cbd94c3ffdd5662 (diff) | |
download | subsurface-69c7ed676a7c7806f4132a899f98650fa2ad3dfb.tar.gz |
core: add qPrefAnimations to SettingsObjectWrapper/qPref load
correct missng qPrefAnimations in global load functions
Signed-off-by: Jan Iversen <jani@apache.org>
Diffstat (limited to 'core/settings')
-rw-r--r-- | core/settings/qPref.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/settings/qPref.cpp b/core/settings/qPref.cpp index fb80e9d92..f5239ac5d 100644 --- a/core/settings/qPref.cpp +++ b/core/settings/qPref.cpp @@ -15,6 +15,7 @@ static qPref *self = new qPref; void qPref::loadSync(bool doSync) { + qPrefAnimations::instance()->loadSync(doSync); qPrefCloudStorage::instance()->loadSync(doSync); qPrefDisplay::instance()->loadSync(doSync); } |