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
Plasma
Plasma Breeze visual style
Commits
32ccb724
Commit
32ccb724
authored
Mar 17, 2021
by
Nicolas Fella
Committed by
Nate Graham
Mar 20, 2021
Browse files
Don't init flags with nullptr
It's unneeded and deprecated
parent
7d3c5c9b
Changes
1
Hide whitespace changes
Inline
Side-by-side
kstyle/breezestyle.cpp
View file @
32ccb724
...
...
@@ -4819,7 +4819,7 @@ namespace Breeze
const
auto
color
=
_helper
->
focusColor
(
palette
);
const
auto
outlineColor
=
_helper
->
focusOutlineColor
(
palette
);
Sides
sides
=
nullptr
;
Sides
sides
;
if
(
!
menuItemOption
->
menuRect
.
isNull
()
)
{
if
(
rect
.
top
()
<=
menuItemOption
->
menuRect
.
top
()
)
sides
|=
SideTop
;
...
...
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