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
PIM
LibKGAPI
Commits
df8b01a0
Commit
df8b01a0
authored
Nov 05, 2020
by
Laurent Montel
😁
Browse files
Pedantic
parent
62619b40
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/core/private/fullauthenticationjob.cpp
View file @
df8b01a0
...
...
@@ -154,7 +154,7 @@ FullAuthenticationJob::FullAuthenticationJob(const AccountPtr &account, const QS
:
Job
(
parent
)
,
d
(
new
Private
(
account
,
apiKey
,
secretKey
,
this
))
{
}
;
}
FullAuthenticationJob
::~
FullAuthenticationJob
()
=
default
;
...
...
src/core/private/refreshtokensjob.cpp
View file @
df8b01a0
...
...
@@ -55,7 +55,7 @@ RefreshTokensJob::RefreshTokensJob(const AccountPtr &account, const QString &api
:
Job
(
parent
)
,
d
(
new
Private
(
account
,
apiKey
,
secretKey
,
this
))
{
}
;
}
RefreshTokensJob
::~
RefreshTokensJob
()
=
default
;
...
...
Write
Preview
Markdown
is supported
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