Skip to content

Commit

Permalink
Update src/gui/application.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: Claudio Cambra <[email protected]>
Signed-off-by: Camila Ayres <[email protected]>
  • Loading branch information
camilasan and claucambra authored Apr 2, 2024
1 parent b0313e9 commit 0441237
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/application.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -597,7 +597,7 @@ void Application::slotAccountStateAdded(AccountState *accountState)

void Application::slotCleanup()
{
qCWarning(lcApplication) << "=> User!! Application is about to quite/close!!";
qCWarning(lcApplication) << "=> User!! Application is about to quit/close!!";
AccountManager::instance()->save();
FolderMan::instance()->unloadAndDeleteAllFolders();

Expand Down

0 comments on commit 0441237

Please sign in to comment.