Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
PIM
PIM Messagelib
Commits
e10fc279
Commit
e10fc279
authored
Feb 04, 2021
by
Laurent Montel
Browse files
Use const'ref here
parent
eb3af896
Changes
1
Hide whitespace changes
Inline
Side-by-side
messagecomposer/autotests/autocryptheadersjobtest.cpp
View file @
e10fc279
...
...
@@ -206,7 +206,7 @@ void AutocryptHeadersJobTest::testSetGnupgHome()
// Populate Keyring with needed keys.
Test
::
populateKeyring
(
dir
.
path
(),
ownKeys
[
0
]);
for
(
const
auto
key
:
keys
)
{
for
(
const
auto
&
key
:
keys
)
{
Test
::
populateKeyring
(
dir
.
path
(),
key
);
}
auto
aJob
=
new
AutocryptHeadersJob
(
&
composer
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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