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
KIdentityManagement
Commits
bc5c4177
Commit
bc5c4177
authored
Aug 15, 2021
by
Laurent Montel
😁
Browse files
Fix compile.
It will good to test compile before to put on MR... CCMAIL: carlschwan@kde.org
parent
a1f65a7e
Pipeline
#75124
passed with stage
in 3 minutes and 46 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/identitycombo.cpp
View file @
bc5c4177
...
...
@@ -50,7 +50,7 @@ public:
void
KIdentityManagement
::
IdentityComboPrivate
::
reloadCombo
()
{
QStringList
identities
;
identities
.
reserve
s
(
mIdentityManager
->
count
());
identities
.
reserve
(
mIdentityManager
->
identities
().
count
());
IdentityManager
::
ConstIterator
it
;
IdentityManager
::
ConstIterator
end
(
mIdentityManager
->
end
());
for
(
it
=
mIdentityManager
->
begin
();
it
!=
end
;
++
it
)
{
...
...
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