Skip to content

Commit 38ecc1b

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

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
@@ -773,7 +773,7 @@ AccountState *OwncloudSetupWizard::applyAccountChanges()
773773
auto manager = AccountManager::instance();
774774

775775
auto newState = manager->addAccount(newAccount);
776-
manager->saveAccount(newAccount.data());
776+
manager->saveAccount(newAccount);
777777
return newState;
778778
}
779779

0 commit comments

Comments
 (0)