Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Network
KAccounts Providers
Commits
9ceb9e2b
Commit
9ceb9e2b
authored
Nov 12, 2020
by
Nicolas Fella
Browse files
Adapt to kaccounts API changes
parent
46a3cbd7
Changes
2
Hide whitespace changes
Inline
Side-by-side
plugins/nextcloud-ui/nextcloud.cpp
View file @
9ceb9e2b
...
...
@@ -54,7 +54,7 @@ void NextcloudWizard::init(KAccountsUiPlugin::UiType type)
connect
(
helper
,
&
NextcloudController
::
wizardCancelled
,
this
,
[
this
]
{
m_object
->
deleteLater
();
Q_EMIT
cancel
l
ed
();
Q_EMIT
canceled
();
});
m_object
->
engine
()
->
rootContext
()
->
setContextProperty
(
"helper"
,
helper
);
...
...
plugins/owncloud-ui/owncloud.cpp
View file @
9ceb9e2b
...
...
@@ -52,7 +52,7 @@ void OwnCloudWizard::init(KAccountsUiPlugin::UiType type)
connect
(
helper
,
&
OwncloudController
::
wizardCancelled
,
this
,
[
this
]
{
m_object
->
deleteLater
();
Q_EMIT
cancel
l
ed
();
Q_EMIT
canceled
();
});
m_object
->
engine
()
->
rootContext
()
->
setContextProperty
(
"helper"
,
helper
);
...
...
Nicolas Fella
@nicolasfella
mentioned in commit
fb7b6022
·
Nov 11, 2020
mentioned in commit
fb7b6022
mentioned in commit fb7b60221b21a39f595c82cc32933a1c6237d2db
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment