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
Graphics
Gwenview
Commits
f3e30ab0
Commit
f3e30ab0
authored
Sep 14, 2021
by
Laurent Montel
😁
Browse files
Use qAsConst
parent
08744ab7
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/crop/cropwidget.cpp
View file @
f3e30ab0
...
...
@@ -374,7 +374,7 @@ CropWidget::CropWidget(QWidget *parent, RasterImageView *imageView, CropTool *cr
setFont
(
QFontDatabase
::
systemFont
(
QFontDatabase
::
SmallestReadableFont
));
connect
(
d
->
advancedCheckBox
,
&
QCheckBox
::
toggled
,
this
,
&
CropWidget
::
slotAdvancedCheckBoxToggled
);
for
(
auto
w
:
d
->
mAdvancedWidgets
)
{
for
(
auto
w
:
qAsConst
(
d
->
mAdvancedWidgets
)
)
{
w
->
setVisible
(
false
);
}
...
...
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