Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Plasma
libkscreen
Commits
98508c58
Commit
98508c58
authored
Nov 14, 2020
by
Nicolas Fella
Committed by
David Faure
Nov 26, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix build with newer Qt
parent
e470a7bc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/edid.cpp
src/edid.cpp
+1
-1
No files found.
src/edid.cpp
View file @
98508c58
...
...
@@ -411,7 +411,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
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