Skip to content

Commit dc89a27

Browse files
committed
fix: non-void function does not return a value in all control paths.
Signed-off-by: Camila Ayres <[email protected]>
1 parent f711ed8 commit dc89a27

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/gui/application.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -564,6 +564,8 @@ bool Application::setupConfigFolderFromLegacyLocation(const QString &legacyLocat
564564
return QFile::link(confDir, legacyDir);
565565
#endif
566566
}
567+
568+
return false;
567569
}
568570

569571
AccountManager::AccountsRestoreResult Application::restoreLegacyAccount()

0 commit comments

Comments
 (0)