From ccff22759612455ba5b4eb7232b6b8d50177ba4a Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Mon, 11 Apr 2016 07:54:22 -0700 Subject: Fix wrong function call for desktop build of Subsurface-mobile Signed-off-by: Dirk Hohndel --- mobile-widgets/qmlmanager.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() -- cgit v1.2.3-70-g09d2