Fix wrong function call for desktop build of Subsurface-mobile

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2016-04-11 07:54:22 -07:00
parent 18b7ee3875
commit ccff227596

View file

@ -753,7 +753,7 @@ void QMLManager::changesNeedSaving()
#elif defined(Q_OS_ANDROID)
saveChangesLocal();
#else
saveChanges();
saveChangesCloud(false);
#endif
}
void QMLManager::saveChangesLocal()