Fix wrong function call for desktop build of Subsurface-mobile
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
18b7ee3875
commit
ccff227596
@ -753,7 +753,7 @@ void QMLManager::changesNeedSaving()
|
||||
#elif defined(Q_OS_ANDROID)
|
||||
saveChangesLocal();
|
||||
#else
|
||||
saveChanges();
|
||||
saveChangesCloud(false);
|
||||
#endif
|
||||
}
|
||||
void QMLManager::saveChangesLocal()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user