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
Plasma
libkscreen
Commits
b05af982
Commit
b05af982
authored
Nov 14, 2020
by
Nicolas Fella
Browse files
Fix build with newer Qt
parent
2df014f5
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/edid.cpp
View file @
b05af982
...
...
@@ -410,7 +410,7 @@ QString Edid::Private::edidParseString(const quint8 *data) const
for
(
int
i
=
0
;
i
<
text
.
length
();
++
i
)
{
if
(
!
text
.
at
(
i
).
isPrint
())
{
text
[
i
]
=
'-'
;
text
[
i
]
=
QLatin1Char
(
'-'
)
;
}
}
return
text
;
...
...
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