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
KDE PIM Add-ons
Commits
4bf16b13
Commit
4bf16b13
authored
Nov 14, 2020
by
Nicolas Fella
Browse files
Fix build with newer Qt
parent
52f092e2
Pipeline
#40927
failed with stage
in 16 minutes and 21 seconds
Changes
1
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
kaddressbook/importexportplugins/gmx/gmximportexportplugininterface.cpp
View file @
4bf16b13
...
...
@@ -163,7 +163,7 @@ static const QString dateString(const QDateTime &dt)
return
QStringLiteral
(
"1000-01-01 00:00:00"
);
}
QString
d
(
dt
.
toString
(
Qt
::
ISODate
));
d
[
10
]
=
' '
;
// remove the "T" in the middle of the string
d
[
10
]
=
QLatin1Char
(
' '
)
;
// remove the "T" in the middle of the string
return
d
;
}
...
...
Nicolas Fella
@nicolasfella
mentioned in commit
100f4732
·
Nov 24, 2020
mentioned in commit
100f4732
mentioned in commit 100f473227bade29fc1610641d02cadf9f94a933
Toggle commit list
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