mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00:00
fix: non-void function does not return a value in all control paths.
Signed-off-by: Camila Ayres <hello@camilasan.com>
This commit is contained in:
parent
cc7a060c27
commit
d00b6f42e1
@ -564,6 +564,8 @@ bool Application::setupConfigFolderFromLegacyLocation(const QString &legacyLocat
|
||||
return QFile::link(confDir, legacyDir);
|
||||
#endif
|
||||
}
|
||||
|
||||
return false;
|
||||
}
|
||||
|
||||
AccountManager::AccountsRestoreResult Application::restoreLegacyAccount()
|
||||
|
||||
Loading…
Reference in New Issue
Block a user