summaryrefslogtreecommitdiffstats
path: root/mobile-widgets/qmlmanager.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'mobile-widgets/qmlmanager.cpp')
-rw-r--r--mobile-widgets/qmlmanager.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/mobile-widgets/qmlmanager.cpp b/mobile-widgets/qmlmanager.cpp
index d16ef1eab..6ea9b57f2 100644
--- a/mobile-widgets/qmlmanager.cpp
+++ b/mobile-widgets/qmlmanager.cpp
@@ -753,7 +753,7 @@ void QMLManager::changesNeedSaving()
#elif defined(Q_OS_ANDROID)
saveChangesLocal();
#else
- saveChanges();
+ saveChangesCloud(false);
#endif
}
void QMLManager::saveChangesLocal()