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
Mail-related libraries
Commits
f5e87172
Commit
f5e87172
authored
Apr 21, 2017
by
Laurent Montel
😁
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
USe qAsConst
parent
646c92d3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
kaddressbookgrantlee/src/formatter/grantleecontactformatter.cpp
...ssbookgrantlee/src/formatter/grantleecontactformatter.cpp
+1
-1
No files found.
kaddressbookgrantlee/src/formatter/grantleecontactformatter.cpp
View file @
f5e87172
...
...
@@ -462,7 +462,7 @@ QString GrantleeContactFormatter::toHtml(HtmlForm form) const
}
if
(
!
customs
.
empty
())
{
for
each
(
QString
custom
,
customs
)
{
//krazy:exclude=foreach
for
(
QString
custom
:
qAsConst
(
customs
)
)
{
//krazy:exclude=foreach
if
(
custom
.
startsWith
(
QStringLiteral
(
"KADDRESSBOOK-"
)))
{
custom
.
remove
(
QStringLiteral
(
"KADDRESSBOOK-X-"
));
custom
.
remove
(
QStringLiteral
(
"KADDRESSBOOK-"
));
...
...
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