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 Integration
Commits
851f89bd
Commit
851f89bd
authored
Nov 12, 2020
by
Nicolas Fella
Browse files
Use american spelling for canceled
parent
306e3742
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/lib/createaccountjob.cpp
View file @
851f89bd
...
...
@@ -94,7 +94,7 @@ void CreateAccountJob::loadPluginAndShowDialog(const QString &pluginName)
connect
(
ui
,
&
KAccountsUiPlugin
::
success
,
this
,
&
CreateAccountJob
::
pluginFinished
,
Qt
::
UniqueConnection
);
connect
(
ui
,
&
KAccountsUiPlugin
::
error
,
this
,
&
CreateAccountJob
::
pluginError
,
Qt
::
UniqueConnection
);
connect
(
ui
,
&
KAccountsUiPlugin
::
cancel
l
ed
,
this
,
&
CreateAccountJob
::
pluginCancelled
,
Qt
::
UniqueConnection
);
connect
(
ui
,
&
KAccountsUiPlugin
::
canceled
,
this
,
&
CreateAccountJob
::
pluginCancelled
,
Qt
::
UniqueConnection
);
ui
->
setProviderName
(
m_providerName
);
ui
->
init
(
KAccountsUiPlugin
::
NewAccountDialog
);
...
...
src/lib/kaccountsuiplugin.h
View file @
851f89bd
...
...
@@ -87,7 +87,7 @@ Q_SIGNALS:
/**
* Emitted when the user cancels the account creation
*/
void
cancel
l
ed
();
void
canceled
();
};
Q_DECLARE_INTERFACE
(
KAccountsUiPlugin
,
"org.kde.kaccounts.UiPlugin"
)
...
...
Nicolas Fella
@nicolasfella
mentioned in commit
c28027f3
·
Nov 11, 2020
mentioned in commit
c28027f3
mentioned in commit c28027f3a5739b8ecb5bd82ec69b4b50f9e9adac
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