mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 05:00:20 +00:00
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
1 changed files with 1 additions and 1 deletions
|
@ -753,7 +753,7 @@ void QMLManager::changesNeedSaving()
|
|||
#elif defined(Q_OS_ANDROID)
|
||||
saveChangesLocal();
|
||||
#else
|
||||
saveChanges();
|
||||
saveChangesCloud(false);
|
||||
#endif
|
||||
}
|
||||
void QMLManager::saveChangesLocal()
|
||||
|
|
Loading…
Reference in a new issue