Skip to content

Commit 59f7e25

Browse files
committed
ws
1 parent 7e1c8db commit 59f7e25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gui/filterwidgets.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ class FilterWidget: public QWidget
273273
}
274274
void setWidgetValues()
275275
{
276-
for (const auto & fopt : fopts) {
276+
for (const auto& fopt : fopts) {
277277
fopt->setWidgetValue();
278278
}
279279
}

0 commit comments

Comments
 (0)