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
KDE PIM Runtime
Commits
3bc46b2d
Commit
3bc46b2d
authored
Oct 24, 2022
by
Nicolas Fella
Browse files
Fix Windows/FreeBSD Qt6 build
parent
cb1f6db1
Pipeline
#254594
failed with stage
in 27 minutes and 33 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
resources/mixedmaildir/kmindexreader/kmindexreader.cpp
View file @
3bc46b2d
...
...
@@ -441,7 +441,7 @@ static void swapEndian(QString &str)
{
QChar
*
data
=
str
.
data
();
while
(
!
data
->
isNull
())
{
*
data
=
kmail_swap_16
(
data
->
unicode
());
*
data
=
QChar
(
kmail_swap_16
(
data
->
unicode
())
)
;
data
++
;
}
}
...
...
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