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
aa9e079b
Commit
aa9e079b
authored
Jan 18, 2021
by
Alexander Lohnau
💬
Browse files
clang-tidy: Force braces around statements
parent
0ae03aa6
Changes
1
Hide whitespace changes
Inline
Side-by-side
backends/kwayland/waylandoutput.cpp
View file @
aa9e079b
...
...
@@ -103,8 +103,9 @@ void WaylandOutput::updateKScreenOutput(OutputPtr &output)
output
->
setSizeMm
(
m_device
->
physicalSize
());
output
->
setPos
(
m_device
->
globalPosition
());
output
->
setRotation
(
s_rotationMap
[
m_device
->
transform
()]);
if
(
!
output
->
edid
())
if
(
!
output
->
edid
())
{
output
->
setEdid
(
m_device
->
edid
());
}
ModeList
modeList
;
QStringList
preferredModeIds
;
...
...
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