Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Propagate mKCal::Notebook API changes #11

Closed
wants to merge 3 commits into from

Conversation

dcaliste
Copy link
Contributor

@dcaliste dcaliste commented May 9, 2022

@pvurela this is a PR illustrating changes when moving away from Notebook::Ptr API.

mSettings.setIgnoreSSLErrors(account->value("ignore_ssl_errors").toBool());
account->selectService(Accounts::Service());

mAuth = new AuthHandler(mManager, mAccountId, srv.name());
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Existing thing, but is this now leaking memory? Should there be e.g. parent argument passed with 'this'?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch. I've added a this argument.

@pvuorela pvuorela closed this Jan 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants