Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
PIM
LibKGAPI
Commits
df8b01a0
Commit
df8b01a0
authored
Nov 05, 2020
by
Laurent Montel
😁
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Pedantic
parent
62619b40
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
src/core/private/fullauthenticationjob.cpp
src/core/private/fullauthenticationjob.cpp
+1
-1
src/core/private/refreshtokensjob.cpp
src/core/private/refreshtokensjob.cpp
+1
-1
No files found.
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