Skip to content

Commit 1e5bf2f

Browse files
committed
fix(gui): Use AccountPtr in setup wizard
Signed-off-by: Claudio Cambra <[email protected]>
1 parent d6f4fa2 commit 1e5bf2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/gui/owncloudsetupwizard.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -777,7 +777,7 @@ AccountState *OwncloudSetupWizard::applyAccountChanges()
777777
auto manager = AccountManager::instance();
778778

779779
auto newState = manager->addAccount(newAccount);
780-
manager->saveAccount(newAccount.data());
780+
manager->saveAccount(newAccount);
781781
return newState;
782782
}
783783

0 commit comments

Comments
 (0)